﻿/*  
Theme Name: Premium News
Theme URI: http://www.premiumnewstheme.com/
Description: Premium News is a feature-rich theme for magazine- / news-type blogs created by <a href="http://www.adii.co.za">Adii Freelancer</a>.
Version: 1
Author: Adii Freelancer
Author URI: http://www.adii.co.za/
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: transparent url(bg.jpg);
	color: #000000;
	font: 12px Arial,Helvetica,Sans-Serif;
}
a{
	color: #AD924B;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}


/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	background: #000000;
	height: 30px;
	padding: 4px 0 0;
}
#nav-left {
	float:left;
	display:inline;
	width:440px;
}
#nav-right {
	float:right;
	display:inline;
	width:440px;
}
#nav ul {
	position: relative;
    height: 26px;
    overflow: hidden;
	padding-left:10px;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav ul  li.back {
    background-color: #fff;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
#nav ul  li a {
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;	
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      

/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
/*- Search -*/
#search{
	background: #333333;
	border: 1px solid #b3b3b3;
	float: right;
	height: 23px;
	margin: 0 15px 0 0;
	padding: 0 10px 0 0;
	width:325px;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 0;
	color: #b3b3b3;
	float: left;
	font-size: 13px;
	margin: 2px 0 0;
	padding: 2px 2px 2px 10px;
	width:288px;
}
#search .btn{
	margin: 3px 0 0 5px;
	padding: 0;
	width: auto;
}
/*- Header -*/
#header{
	background: url(images/hl-dot.gif) repeat-x bottom;
	height: 92px;
	padding: 0 0 2px;
}
#header h1 {
	width:446px;
	float:left;
}
/*- RSS -*/
#rss{
	float: right;
	font-size: 16px;
	font-weight:bold;
	padding: 5px 15px 0 0;
	width: 495px;
	height: 91px;
	color: #ff9a00;
	text-align: right;
}
#rss a{
	color: #ff9a00;
}
#rss ul{
	float: right;
	margin: 29px 0 0;
	width: 300px;
	height:60px;
	overflow: hidden;
}
#rss li,#rss li a{
	margin: 0 0 3px;
	padding: 0 0 5px;
	color: #ff9a00;
	font-weight: bold;
}
#rss img{
	float: right;
	width: 100px;
	height: 100px;
}

/*========= BLOG POST STYLING =========*/
/*- Box -*/
.box{
	border-top: 3px solid #c0c0c0;
	clear: both;
	height: 1%;
	margin: 0 0 20px;
	padding: 15px 0 20px;
}
.box .post{
	width: 260px;
}
.box .post h2{
	font-size: .85em;
}
.box .post h3{
	font-size: 1em;
}
.box .post p.posted{
	font-size: .85em;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	padding-bottom:15px;
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.post-alt h2{
	font-size: 1.1em;
	padding: 0 0 5px;
}
.post-alt h3{
	font-size: 1.4em;
}
.post-alt h3 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.posted{
	color: #c0c0c0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}
/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	}
.entry { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#DDD;
	border: solid 1px #C0C0C0; 
	margin: 0px 15px 15px 0px !important;
	float:left;
	display:inline;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
}
.entry ul li ul li {
	list-style:disc inside !important;
}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#DDD;
	border:1px solid #C0C0C0;	
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

.featured{
	background: #FFFFFF;
	height: 200px;
	margin: 0 0 10px;
	overflow: hidden;
	padding-right:0px;
}
.featured-img{
	margin: 0;
	width:560px;
	height:200px;
	float:left;
	display:inline;
}

#featured-img img{
	margin: 0;
	width:560px;
	height:200px;
	border:none;
}
#featured-th{
	height: 57px;
	margin: 0;
}
#featured-th .idTabs {
	list-style:none;
}
#featured-th .idTabs li {
	float:left;
	display:inline;
	margin-right:10px;
}
#featured-th .idTabs li img {
	width:80px;
	height:29px;
}
#featured-th .idTabs li.last {
	margin-right:0px !important;
}
/*========= SIDEBAR =========*/

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	border-bottom:1px solid #C0C0C0;
	height:31px;
	width:350px;
	float:left;
	display:block;
}
.sideTabs .idTabs{
	font-size: 12px;
	height: 30px;
	letter-spacing: -1px;
}
.sideTabs .idTabs li{
	float: left;
	font-size: 13px;
	line-height: 30px;
}
.sideTabs .idTabs li a{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-bottom: 0;
	color: #c0c0c0;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-bottom:1px solid #ddd;
	color: #373737;
	text-decoration: none;
}
.navbox{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-top: 0;
	margin: -2px 0 25px;
	padding: 10px 10px 0;
	position: relative;
}
.navbox h2 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:4px;
}
.list1,list3,list4{
	padding-bottom:12px;
}
.list1 li,.list4 li{
	border-bottom:1px dashed #C0C0C0;
	width:320px;
	overflow:hidden;
	text-overflow: ellipsis;
	line-height:21px;
	height:21px;
}

.list1 li a,.list3 li a,.list4 li a{
	color: #000000;
}
.list3 li {
	border-bottom:1px dashed #c0c0c0;
}
/*- Ads -*/
.ads{
	border: 1px solid #eeeeee;
	margin: 0 0 25px;
	padding: 10px;
}
.ads img{
	float: left;
	width:125px;
	height:125px;
	margin: 0 14px 14px 0;
}
.ads img.last{
	width:45px;
	height:125px;
	margin: 0;
}


/*- Ads -*/
.adl{
	border: 1px solid #ffffff;
	margin: 0 0 0px;
	padding: 0px;
	background: #ffffff;
}
.adl img{
	float: left;
	width:340px;
	height:125px;
	margin: 0 0px 0px 0;
}
.adl img.last{
	width:45px;
	height:125px;
	margin: 0;
}

/*- Adss -*/
.adss{
	border: 1px solid #ffffff;
	margin: 0 0 0px;
	padding: 0px;
	background: #ffffff;
}
.adss img{
	float: left;
	width:340px;
	height:125px;
	margin: 0 0px 0px 0;
}
.adss img.last{
	width:45px;
	height:125px;
	margin: 0;
}

/*- Flickr -*/
.flickr{
	background: #000;
	border: 1px solid #c0c0c0;
	margin: 0 0 25px;
	padding: 10px 0px;
	color: #fff;
}
.flickr h2{
	color: #AD924B;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}
.flickr .input {
	width:120px;
	height:16px;
}
.flickr .button {
	width:120px;
	height:22px;
}

/*=== DropDown Lists ===*/
.catlist{
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 160px;
}
.catlist h2{
	color: #AD924B;
	font-size: 14px;
	padding: 0 20px 0 0 !important;
	background:url(images/ico-catlist.gif) center right no-repeat;
}
.list-alt {
	padding-top:10px;
	}
.list-alt li{
	margin: 0 0 7px;
}
.list-alt li a{
	color: #000000;
}
/*=== Styling Widget Lists ===*/
.widget h2 {
	text-transform:uppercase;
	}
.widget ul {
	background: url(images/hl-dot.gif) repeat-x bottom;
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li{
	margin: 0 0 7px;
}
.widget ul li a{
	color: #000000;
}

/*========= FOOTER =========*/

#footer{
	background: #000000;
	clear: both;
	color: #b3b3b3;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}
#footer a{
	color: #b3b3b3;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.hl-full{
	background: url(images/hl-dot-full.gif) repeat-x bottom;
	float:left;
	clear:both;
	height:2px;
	width:100%;
	margin:20px 0 25px !important;
	margin:10px 0 15px;	
	padding:0 !important;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-top: 3px solid #c0c0c0;
	padding: 10px 0 0;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #c0c0c0;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}

/*========= SETUP =========*/

/*========= LAYOUT =========*/

#page{
	background: #ffffff;
	margin: 0 auto;
	width: 960px;
}
/*--- Main Columns ---*/
#columns{
	margin: 5px 0 0;
	padding: 0 15px 25px;
}
.col1{
	float: left;
	width: 560px;
}
.col2{
	float: right;
	width: 350px;
}
/*--- Sub Columns ---*/
.subcol{
	width: 160px;
}
.subcol h2{
	color: #AD924B;
	font-size: 14px;
	padding: 0 0 10px;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	background: #000000;
	height: 30px;
	padding: 4px 0 0;
}
#nav-left {
	float:left;
	display:inline;
	width:440px;
}
#nav-right {
	float:right;
	display:inline;
	width:440px;
}
#nav ul {
	position: relative;
    height: 26px;
    overflow: hidden;
	padding-left:10px;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav ul  li.back {
    background-color: #333333;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
#nav ul  li a {
	text-decoration: none;
	color: #dddddd;
	outline: none;
	text-align: center;
	top: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;	
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      
/*- Category Navigation -*/
.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	height: 35px;
	border-bottom:3px solid #B3B3B3;
	font-weight:bold;
	font-size:15px;	
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 35px;
	float: left;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background: #B3B3B3;
	color: #AD924B;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:960px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #AD924B;
	text-decoration: none;
	background: #B3B3B3;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {

}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
/*- Search -*/
#search{
	background: #333333;
	border: 1px solid #b3b3b3;
	float: right;
	height: 23px;
	margin: 0 15px 0 0;
	padding: 0 10px 0 0;
	width:325px;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 0;
	color: #b3b3b3;
	float: left;
	font-size: 13px;
	margin: 2px 0 0;
	padding: 2px 2px 2px 10px;
	width:288px;
}
#search .btn{
	margin: 3px 0 0 5px;
	padding: 0;
	width: auto;
}
/*- Header -*/
#header{
	background: url(images/hl-dot.gif) repeat-x bottom;
	height: 92px;
	padding: 0 0 2px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
}
#header h1 a{
	display: block;
	height: 93px;
	width: 389px;
}
/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 1em;
	padding: 0 0 5px;
}
.post h3{
	font-size: 1.3em;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
}
.post p.posted{
	color: #c0c0c0;
}
/*- Box -*/
.box{
	border-top: 3px solid #c0c0c0;
	clear: both;
	height: 1%;
	margin: 0 0 20px;
	padding: 15px 0 20px;
}
.box .post{
	width: 260px;
}
.box .post h2{
	font-size: .85em;
}
.box .post h3{
	font-size: 1em;
}
.box .post p.posted{
	font-size: .85em;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	padding-bottom:15px;
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.post-alt h2{
	font-size: 1.1em;
	padding: 0 0 5px;
}
.post-alt h3{
	font-size: 1.4em;
}
.post-alt h3 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.posted{
	color: #c0c0c0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:530px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	}
.entry blockquote { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#DDD;
	border: solid 1px #C0C0C0; 
	margin: 0px 15px 15px 0px !important;
	float:left;
	display:inline;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#DDD;
	border:1px solid #C0C0C0;	
}

/*- Box -*/
.box{
	border-top: 3px solid #c0c0c0;
	clear: both;
	height: 1%;
	margin: 0 0 20px;
	padding: 15px 0 20px;
}
.box .post{
	width: 260px;
}
.box .post h2{
	font-size: .85em;
}
.box .post h3{
	font-size: 1em;
}
.box .post p.posted{
	font-size: .85em;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	padding: 0 0 0 13px;
	font-weight:bold;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	padding: 0 0 0 20px;
	font-weight:bold;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== DropDown Lists ===*/
.catlist{
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 160px;
}
.catlist h2{
	color: #AD924B;
	font-size: 14px;
	padding: 0 20px 0 0 !important;
	background:url(images/ico-catlist.gif) center right no-repeat;
}
.list-alt {
	padding-top:10px;
	}
.list-alt li{
	margin: 0 0 7px;
}
.list-alt li a{
	color: #000000;
}

/*=== Styling Widget Lists ===*/
.widget h2 {
	text-transform:uppercase;
	}
.widget ul {
	background: url(images/hl-dot.gif) repeat-x bottom;
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li{
	margin: 0 0 7px;
}
.widget ul li a{
	color: #000000;
}
/*========= FOOTER =========*/

#footer{
	background: #000000;
	clear: both;
	color: #b3b3b3;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	margin:0;
}
#footer a{
	color: #b3b3b3;
}

.newsleft {
	float:left;
}

.newsright {
	float:right;
}

.newsright,.newsleft {
	width:270px;
	height:120px;
	overflow: hidden;
}
.newsleft img,.newsright img {
}
.newslist img {
	width:120px;
	height:90px;
	padding-right:20px;
}
.newslist {
	position:relative;
	background-color:#EAEAEA;
	height:100px;
	margin_bottom:
	width:550px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:0px;
	overflow:hidden;
}
.textstyle {
	width:110px;
}
.article_content{
	margin-top:10px;
}
.article_title{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	line-height:24px;
}
.article {
	padding:10px;
	background:url(article_bg.png) repeat-x;
	width:550px;
}
.article_time{
	margin-top:10px;
	font-size:12px;
	color:#C8B47D;
	line-height:21px;
}
.article_pic img {
	margin-top:20px;
	border:0px;
	width:500px;
}
.articlenav{
	width:540px;
	border:1px solid #eee8d7;
	margin-top:20px;
	padding:5px;
}
.prevlink {
	float:left;
	text-align:left;
	border-bottom:2px solid #EEE8D7;
	white-space:nowrap;
}
.nextlink {
	float:right;
	text-align:right;
	border-bottom:2px solid #EEE8D7;
	white-space:nowrap;
}


/*CSS quotes style pagination*/
div.pagelink {
	background-color:#f1f1f1;padding:5px; height:34px;
	margin-bottom:10px;
}
DIV.quotes {
	height:24px;
	line-height:24px;
	font-size:14px;
	float:right;PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
DIV.quotes A {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; COLOR: #aaa; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none
}
DIV.quotes A:hover {
	BORDER-RIGHT: #a0a0a0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
DIV.quotes A:active {
	BORDER-RIGHT: #a0a0a0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
DIV.quotes SPAN.current {
	BORDER-RIGHT: #e0e0e0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #e0e0e0 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #e0e0e0 1px solid; COLOR: #aaa; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #e0e0e0 1px solid; BACKGROUND-COLOR: #f0f0f0
}
DIV.quotes SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; COLOR: #ccc; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}




.product-home {
	border-bottom:1px solid #C0C0C0;
	height:31px;
	width:920px;
	float:left;
	display:block;
	}
.product-home .idTabs{
	font-size: 12px;
	height: 30px;
	letter-spacing: -1px;
}
.product-home .idTabs li{
	float: left;
	font-size: 14px;
	line-height: 35px;
}
.product-home .idTabs li a{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-bottom: 0;
	color: #c0c0c0;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
}
.product-home .idTabs li a:hover,
.product-home .idTabs .selected{
	background: #fff;
	border: 2px solid #c0c0c0;
	border-bottom:2px solid #ddd;
	color: #373737;
	text-decoration: none;
}
.product-home .idTabs li#right,.product-home .idTabs li#right a {
	float:right;
	text-decoration : blink;
	font-size:16px;
	font-weight:bold;
	color:blue;
	background:#fff;
	border:1px solid #fff;
}
.product-home .idTabs li#right a:hover {
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-bottom:1px solid #ddd;
	color: #373737;
	text-decoration: none;
}
.homebox{
	background: #fff;
	border: 2px solid #c0c0c0;
	border-top: 2px;
	margin: -2px 0 25px;
	height:300px;
	padding: 30px 15px 20px;
	position: relative;
}

.homelist {
	width:220px;
	float:left;
	text-align:left;
	font-size:12px;
	line-height:21px;
}
.homelist img {
	width:180px;
	height:240px;
	border: 4px solid #dcdddd;
}
.pagetitle {
	background:#efefef;
	font-size:16px;
	color:#000;
	font-weight:bold;
	padding:10px;
	line-height:24px;
}
.pagetitle table {
	font-size:14px;
	font-weight:normal;
}
.pagetitle td.label {
	background:#dcdddd;
}
.pagetitle input {
	size:60px;
}
.catelist{
	background: #ddd;
	border: 1px solid #c0c0c0;
	border-top: 0;
	margin: -2px 0 25px;
	height:600px;
	padding: 10px 0px 10px 30px;
	position: relative;
}

.product-left {
	float:right;
	width:320px;
	background-color:#dcdddd;
	padding:10px;
	margin-bottom:20px;
}

.product-right {
	background-color: #dcdddd;
	width:550px;
	float:left;
	padding:10px;
	margin:10px;
}

.product-right img {
	width:540px;
	height:720px;
}

.product-left .content {
	width:300px
	height:375px;
	padding:10px;
	background-color:#efefef;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
}
.product-left .time {
	font-size:12px;
	color:#CAB785;
}

.product-left .note {
	font-size:12px;
	color: #AD924B;
}

.product-left .button, a.button {
	margin-left:10px;
	padding-top:4px;
	height:26px;
	width:90px;
	background-color: #BEA562;
	text-align:center;
	color:#fff;
}
.product-left .top1 {
	margin-left:10px;
	padding-top:4px;
	float:left;
	width:30px;
	height:26px;
	background-color:#E61874;
	text-align:center;
}
.product-left .top0 {
	margin-left:10px;
	padding-top:4px;
	float:left;
	width:30px;
	height:26px;
	background-color:#dcdddd;
	color:#f1f1f1;
	text-align:center;
}
.product-left .new1 {
	margin-left:10px;
	padding-top:4px;
	float:left;
	width:30px;
	height:26px;
	background-color:#DADF00;
	text-align:center;
}
.product-left .new0 {
	margin-left:10px;
	padding-top:4px;
	float:left;
	width:30px;
	height:26px;
	background-color:#dcdddd;color:#f1f1f1;
	text-align:center;
}
.product-left .sale1 {
	margin-left:10px;
	margin-right:10px;
	padding-top:4px;
	float:left;
	width:30px;
	height:26px;
	background-color:#28A7E1;
	text-align:center;
}
.product-left .sale0 {
	margin-left:10px;
	margin-right:10px;
	padding-top:4px;
	float:left;
	width:30px;
	height:26px;
	background-color:#dcdddd;color:#f1f1f1;
	text-align:center;
}

.product-left .product {
	width:105px;
	float:left;
}
.product-left .product img {
	margin:0;
	padding:5px 2px 5px;
	width:90px;
	height:120px;
}
#user-header {
	width:940px;
}
#user-header #user-left {
	float:left;
	width:326px;
}

.pagelink #search{
	float: left;
	background: #fff;
	border: 1px solid #b3b3b3;
	height: 23px;
	margin: 10px 15px 10 0;
	padding: 0 10px 0 0;
	width:315px;
}
#user-header #user-left #search{
	background: #fff;
	border: 1px solid #b3b3b3;
	float: right;
	height: 23px;
	margin: 0 15px 0 0;
	padding: 0 10px 0 0;
	width:315px;
}

#cartinfo {
	width:150px;
	float:left;
	margin-top:2px;
	height:34px;
	line-height:18px;
	font-size:12px;
	background-color:#ccc;
	padding:5px;
	overflow:hidden;
}

#cartinfo .uc1 {
	float:left;
	width:126px;
	height:34px;
	overflow:hidden;
	background-color:#efefef;
}

#cartinfo .uc2 {
	float:right;
	width:20px
	height:34px;
	background: url(cash.png) no-repeat;
	background-color:#BEA562;
	overflow:hidden;
}

#user-center{
	float:left;
	margin-left:5px;
	width:280px;
	padding:5px;
	line-height:20px;
	background:#ccc;
	height:61px;
}

#user-right {
	float:right;
	margin-left:5px;
	width:260px;
	padding:5px;
	line-height:20px;
	background:#DCDDDD;
	height:61px;
}
.error {
	color:#ff0000;
}
.bordertable {
	width:100%;
	border:1px solid #ccc;
}
.bordertable th{
	background-color:#dcdddd;
	font-size:14px;
	height:24px;
}
.bordertable td{
	border:1px solid #ccc;
	padding:4px;
	text-align:center;
}
.titlelink {
	font-size:16px;
	font-weight:bold;
}

.piccatlist{
	background: #000000;
	border: 1px solid #333333;
	margin: 0 0 10px;
	padding: 0px 0px;
	color: #fff;
}
.piccatlist h2{
	color: #ffffff;
	font-size: 14px;
	height: 21px;
	margin: 0 0 0px 0px;
	padding:10px 0 0px 10px;
	float: left;
}

//顶行菜单的移动标颜色
ul#lavaLamp li.back {
	background-color:#ffffff;
}

//顶行菜单的文字颜色
ul#lavaLamp li a {
	color: #AD924B;
}


//登录框
all {
}
div.left_login {
	background: #000000;
	color: #fff;
}

.left_login .input {
	width:120px;
	height:16px;
	background-color: #000;
	color:#fff;
}
.left_login .button {
	width:120px;
	height:22px;
	background-color: #333;
	color:#fff;
}

.piccatlist a,.piccatlist a:link, .piccatlist a:hover, .piccatlist a:active {
	color:#fff;
}



#searchsites{
	float: left;
	height: 23px;
	margin: 0 15px 0 0;
	padding: 0 10px 0 0;
	width:325px;
}
#searchsites .arealist{
	float:left;
}
#searchsites .btn{
	float:left;
	margin: 0px 0 0 5px;
	padding: 0;
	width: 16px;
}
#searchsites .btn input {
	border:0;
}

.siteskey{
	margin-top:24px;
	background: url(key.jpg) no-repeat #f0f0f0;
	padding-left:210px;
	padding-top:24px;
	height: 210px;
}
.siteskey .title {
	font-size:21px;
	font-weight:bold;
//	font-family:
}
.sitepiclist img {
	padding-left:5px;
}