/* 

Fashionistyle - CSS File

*/


/*** GLOBAL  ***/
body {
	font-family:"Lucida Sans", Verdana, Arial;
	font-size:11px;
	margin:0 auto;
	padding:0;
	line-height:20px;
	background-color:#EEE;
	color:#333;
}

* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clear{clear:both; height:1px !important; line-height:1px !important; float:none!important;}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#dfdfdf;
	background-color:#dfdfdf;
	background-repeat:repeat-x;
}
hr.doubleline{height:2px;
	color:#cdcdcd;
	background-color:#cdcdcd;
}

input[type=text], textarea
{
	border:solid 1px #eaeaea;
	margin:4px 4px 8px 0px; 
	padding:8px;
	color:#8f8f8f;
	vertical-align:middle;
	background:#f4f6f6;
	font-size:11px;
	font-family:"Lucida Sans", Arial;
	}

select{ border:solid 1px #eaeaea; padding:6px 8px; background:#f4f6f6; color:#8f8f8f;font-size:11px; font-family:"Lucida Sans", Arial;}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2, h3, h4, h5, h6{margin-bottom:15px; font-family:Verdana, Arial;}
h1 {font-size:26px; line-height:26px;}
h2 {font-size:18px; line-height:22px;}
h3 {font-size:16px; line-height:20px;}
h4 {font-size:14px; line-height:17px;}
h5 {font-size:12px; line-height:16px;}
h6 {font-size:10px; line-height:13px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; color:#393939;}
.pagetitle{
	font-size:18px;
	border-bottom:solid 1px #dfdfdf;
	padding-bottom:10px;
	margin-bottom:20px;
	color: #000;
}
#content-wrapper-noslider .pagetitle{margin-bottom:25px;}
.title-section{border-bottom:solid 1px #dfdfdf; padding-bottom:10px; margin-bottom:20px}
.nomargin{margin:0px 0 5px 0;}
/* links */
a, a:visited{ text-decoration:none; font-weight:normal; }
a:hover{ text-decoration:underline;}
a img{border:none}
/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone{
	margin-bottom: 12px;
}


/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
body p:last-child{
	margin-bottom:0;
	text-align: right;
}
ul, ol {
	margin:10px 0 20px 20px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	
blockquote {
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 40px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-style:italic;
	font-size:16px;
	font-family:Georgia, Arial
	}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #e7e7e7;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#outer-wrapper{width:100%;}
#top-wrapper, #header-wrapper, #header-wrapper-noslider, #content-wrapper, #content-wrapper-noslider, #bottom-wrapper, #footer-wrapper{width:100%;}
#top-wrapper{height:40px;}
#header-wrapper{
	height:600px;
	clear:both;
}
#header-wrapper-inner{
	height:250px;
	clear:both;
}
#before-content-wrapper{
	background-color:#eee;
	min-height:200px;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#before-content-wrapper-inner{ background-color:#eee; height:40px; padding:0px 0 0 0;}
#content-wrapper{padding:40px 0;}
#bottom-wrapper{
	min-height:10px;
	background:#eee;
	padding:20px 0;
	color: #393939;
	background-color: #C3B26D;
}
#footer-wrapper{padding:20px 0}
.container{width:940px; margin:0 auto;}


/* TOP */
#top{ text-align:right; line-height:40px; color:#fff}
#top ul{list-style-type:none; padding:0; margin:0;}
#top ul li{list-style-type:none; padding:0 0 0 25px; margin:0; display:inline;}
#top ul li a, #top ul li a:visited{color:#fff;}
.wuser{float:left;}

/* Logo */
#logo{
	text-align:center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}


/* MAIN MENU */
#mainmenu{background:url(../images/l1.png) top repeat-x; 	z-index:100; position:relative}
#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
}
#menu{padding:17px 0 0 0; background:url(../images/l2.png) bottom repeat-x; float:left; width:940px}

#menu a{
	display:block;
	padding:0 0 18px 0;
	color:#fff;
	text-decoration:none;
}

#menu li a:hover{
	text-decoration: none;
  }
  
#menu li.current > a, #menu li:hover {
}

#menu li{
	float:left;
	position:relative;
	font-size:14px;
	padding:0 0 1px 0;
	margin-right:25px;
}

#menu li li{
	padding-right:0px;
	text-transform:capitalize;
	line-height:25px;
	padding:0px 0px;
	background-image:none;
	margin-right:0;
	
}
#menu li li:last-child{border-bottom:0;}
#menu ul {
	position:absolute;
	display:none;
	width:150px;
	top:39px;
	left:-15px;
	padding:10px 0;
	text-align:left;
}

#menu li ul a{
	width:120px;
	margin:0 0px;
	padding:8px 15px;
	line-height:18px;
	font-size:11px;
	color:#fff
}

#menu li ul a:hover{color:#fff;}

#menu ul ul{
	top:-1px;
}	

#menu li ul ul {
	left:150px;
	margin:0px 0 0 0px;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block;
}



/* SLIDER */
#slider-container{ width:940px; margin:40px 0 0 0; height:406px;	background:url(../images/bg-slider.png) no-repeat bottom;position:relative}
#slider{list-style-type:none; margin:0; padding:0;}
#slider li{height:374px; width:940px;}
.slider-text{z-index:10; top:70px; right:30px; position:absolute; width:35%; text-transform:uppercase; text-align:center; }
.slider-text h1{font-size:36px; line-height:38px;}
.smalltitle{font-size:24px;}
.sliderbutton{background-color:#c0c0c0; float:right; text-transform:capitalize; padding:10px; right:-30px; position:absolute}
.sliderbutton a{background-color:#646464; padding:5px 20px; color:#fff}
.sliderbutton a, .sliderbutton a:visited{color:#fff;}
.sliderbutton a:hover{text-decoration:none;}

/* END SLIDER */

/* CONTENT */
#main{
	width:690px;
	float:left;
	margin-right:40px;
	color: #000;
}
#sideright{width:210px; float:left;}

#breadcrumb{padding:8px 0 25px 0;color:#a4a4a4;}
#breadcrumb a, #breadcrumb a:visited{color:#a4a4a4;}
#before-content-wrapper-noslider #breadcrumb{padding-bottom:0px;}

/* homepage */
.featured{list-style-type:none; padding:0; margin:0; }
.featured li{
	float:left;
	width:213px;
	margin-right:80px;
	color: #333;
}
.featured li.last{margin-right:0px;}
.featured-price{font-size:16px; color:#2c2c2c}
.featured a, .featured a:visited{color:#8f8f8f;}

#recentposts{width:430px; float:left; margin-right:28px; position:relative}
#recentposts h4 a, #recentposts h4 a:visited{color:#393939;}
#recentposts img{display:block; margin-bottom:10px}
.navslide{ position:absolute; top:28px; right:0; background-color:#f4f6f6; height:10px;}
.navslide a{
	width:10px;
	height:10px;
	border:0px;
	margin-left:5px;
	cursor:pointer;
	display:inline;
	display:inline-block;
	vertical-align:top;
	font-size: 0;
	line-height: 0;
	text-align:center;
	}
	
.navslide a.activeSlide{
	width:10px;
	height:10px;
}


#mostreviews{width:225px; float:left; margin-right:28px;}
#mostreviews h4{margin-bottom:0;}
#mostreviews h4 a, #mostreviews h4 a:visited{color:#393939;}
.nolist{list-style-type:none; padding:0; margin:0;}
.nolist li{padding-bottom:15px;}
.nolist2{list-style-type:none; padding:0; margin:0;}
.nolist2 li{padding-bottom:5px;}

#promotion{width:225px; float:left;}
.list-items{list-style-type:none; padding:0; margin:0;}
.list-items li{list-style-type:none; padding:0 0 12px 0; margin:0; text-align:right}
.list-items li a, .list-items li a:visited{color:#8f8f8f;}
.list-items .items{float:left;}



/*==== Bulleted List ====*/
.bullet-default{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-default li{
	background: transparent url(../images/arrow_default.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}

.bullet-check{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-check li{
	background: transparent url(../images/arrow_check.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-star{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-star li{
	background: transparent url(../images/arrow_star.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-plus{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-plus li{
	background: transparent url(../images/arrow_plus.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-circle{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-circle li{
	background: transparent url(../images/arrow_circle.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-x{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-x li{
	background: transparent url(../images/arrow_x.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}

/*== button ==*/
.ts-display-pf-text .more, .button, .button:visited{padding:8px 12px; border:0px; cursor:pointer}

/*== sideleft & widget ==*/
#sidebar{float:left; width:210px;}
#sidebar .widget-title{
	font-size:12px;
	line-height:25px;
	padding:0 10px;
	margin-bottom:10px;
	background-color:#f0f0f0;
	color:#888888;
	text-align: center;
}
#sidebar ul{
	list-style-type:none;
	padding:0;
	margin:0;
	list-style-position:outside;
	color: #000;
}
#sidebar  ul li{list-style-type:none; padding:0 ; margin:0}
#sidebar  ul li li{
	padding:0 0 5px 10px;
	}
#sidebar  ul li a, #sidebar  ul li a:visited{color:#8f8f8f}
#sidebar .smalldate{color:#bdbdbd; font-size:10px;}
#sidebar .latestpost li{background-image:none; border:0; padding:0 0 0px 0;}
#sidebar .textwidget{padding:0 10px;}
#sidebar  ul li.widget-container{
	margin-bottom:30px;
	text-align: center;
}

#loginform .text-input, #loginform1 .text-input{width:90%;}
#loginform .button #loginform1 .button{margin-top:10px;}


/*======================= FOOTER ============================*/
#bottom-wrapper .widget-title{border-bottom:solid 1px #dfdfdf; margin:0 0 10px 0; padding:0 0 8px 0; font-size:14px;  color:#888888}
#bottom-wrapper ul{list-style-type:none; margin:0; padding:0;}
#bottom-wrapper ul li{list-style-type:none; margin:0; padding:0; }
#bottom-wrapper ul li a, #bottom-wrapper ul li a:visited{color:#8f8f8f}
#bottom-wrapper .payment{margin:10px 0 0 0;}
#copyright{
	text-align:center;
	color: #333;
}
/* END FOOTER */


/* column list */
.five-column{list-style-type:none; margin:0px; padding:0px;}
.five-column li{list-style-type:none;width:16.8%; margin-right:4%; float:left;}
.five-column p{margin-bottom:18px;}


.four-column{list-style-type:none; margin:0px; padding:0px;}
.four-column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four-column p{margin-bottom:10px;}

.three-column{list-style-type:none; margin:0px; padding:0px;}
.three-column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three-column p{margin-bottom:10px;}

.two-column{list-style-type:none; margin:0px; padding:0px;}
.two-column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two-column p{margin-bottom:10px;}

.three-four-column{list-style-type:none; margin:0px; padding:0px;}
.three-four-column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three-four-column p{margin-bottom:10px;}
.two-column li li, .three-column li li, .four-column li li, .three-four-column li li{margin:0px; width:auto !important; float:none;}


/* column */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{margin-right: 4%; position:relative; float:left; }
.one_half{ width:48%; }
.one_third{width:30.6666%;}
.one_fourth{width:22%; }
.one_fifth{width: 16.8%;}
.one_sixth {width: 13.3333%;}

.two_third{width: 65.3332%;}
.two_fourth {width: 48%;}
.two_fifth {width: 37.6%;}
.two_sixth {width: 30.6666%;}

.three_fourth{width:74%;}
.three_fifth {width: 58.4%;}
.three_sixth {width: 47.9998%;}

.four_fifth {width: 79.2%;}
.four_sixth {width: 65.3332%;}

.five_sixth {width: 82.6665%;}
.last{ margin-right:0 !important; clear:right; }


/*==== Dropcaps ====*/
.dropcap1{
	text-shadow:1px 1px 0 #fff;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
	color:#989898
}
.dropcap2{
	background: transparent url(../images/dropcaps.png) top left no-repeat;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:4px 8px 0 0;
}
.dropcap3{
	background-color:#989898;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/*==== Highlight ====*/
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; border:solid 1px #ccc}	
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; border:solid 1px #333}	


/*==== Info Boxes  ====*/
.download-box, .note-box, .error-box, .info-box {
	padding: 20px 20px;
	margin: 0 0 25px 0;
	padding-left: 60px;
	background: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.download-box {
	background: #dde2aa url(../images/download.png) no-repeat scroll 20px 18px;
	border: 1px solid #a2c058;
	color: #7b9244;
	padding-left:60px
}

.note-box {
	background: #fdebae url(../images/note.png) no-repeat scroll 20px 15px;
	border: 1px solid #e6c555;
	color: #b28c0b;
	padding-left:65px
}
.error-box {
	background: #ffcccc url(../images/error.png) no-repeat scroll 20px 15px;
	border: 1px solid #ff9999;
	color: #fb1414;
	padding-left:60px
}

.info-box {
	background: #bde3f9 url(../images/info.png) no-repeat scroll 20px 15px;
	border: 1px solid #8bb5cd;
	color: #1d97db;
	padding-left:65px
}




/*==== Pullquotes ====*/
.pullquote-right,.pullquote-left{
	padding:0px 20px 10px 40px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	float:right;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:25px;
	margin:10px 2px 20px 20px;
	width:33%;
	font-family:Georgia, Arial
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}



/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #ececec;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#ececec;}
table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}


.backtop{float:right;}
