
@import url('reset.css');
@import url('form.css');
@import url('calendar.css');
@import url('tabs.css');

body {
	font: 62.5%/1.3em arial, sans-serif;
	color: #333;
	background-color: #FFF;
}

.cleaner { clear: both; }

/* @group box */

#wrapper {
	width: 950px;
	margin: 30px auto;
	padding: 0;
}

#header { 
	width: 150px;
	height: 98px;
	float: left;
	padding: 0;
	background: #fff url('../images/logo.jpg') left top no-repeat;
}

#menu { 
	width: 780px;
	margin: 10px auto 0 auto;
	float: right;
}

#logininfo { 
	float: right;
	display: block;
	padding: 15px 15px 10px 15px;
	color: #444;
	font-size: 1em;
	width: 600px;
	text-align: right;
}

#container {
	width: 930px;
	background-color: #FFF;
	margin: 0 auto;
	font-size: .9em;
	padding: 15px 10px;
	border: 1px solid #777;
}

#leftfooter {
	width: 600px;
	float: left;
	margin: 10px 10px 0 0;
}

#rightfooter {
	width: 340px;
	float: right;
	text-align: right;
	margin-top: 10px;
	position: relative;
}

#pageleft {
	width: 180px;
	float: left;
}

#pagemiddle {
	width: 590px;
	margin-left: 10px;
	float: left;
}

	#subpageleft {
		width: 285px;
		margin-right: 10px;
		float: left;
	}
	
	#subpageright {
		width: 285px;
		margin-left: 10px;
		float: left;
	}

#pagemiddlefull {
	width: 740px;
	float: left;
	margin-left: 10px !important;
	margin-left: 9px;
}

#pageright {
	width: 140px !important;
	width: 120px;
	float: left;
	margin-left: 10px;
	text-align: center;
}

	#pageright img { display: block; }

#cartLeft {
	width: 500px;
	margin-right: 15px;
	float: left;
}

#cartRight {
	width: 225px;
	float: left;
}

.mainimage {
	margin-bottom: 10px;
}

.category {
	margin: 0;
}

.login, .search {
	margin: 10px 0 0 0;
}

	.login p {
		font-size: 1.2em;
	}
	
	.login a { color: #555; font-weight: bold; }
	.login a:hover { color: #5fc1c0; }

.featureditembox {
	width: 120px;
	float: left;
}

.newitem {
	margin: 10px auto 0 auto;
	width: 100px;
	text-align: center;
}

.crumb {
	margin-bottom: 10px;
	font-size: 1.2em;
	background: transparent url('../images/icon/home.png') left center no-repeat;
	padding: 0 0 0 14px;
}

.itemdisplay {
	width: 125px;
	border: 1px solid #BBB;
	padding: 5px;
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
	font-size: 1.2em;
	line-height: 150%;
}

.newitem {
	font-size: 1.1em;
}

.pagenav {
	border-top: 1px solid #222;
	padding: 5px 0;
	font-size: 1em;
}

.categoryempty {
	font-size: 1.3em;
	font-style: italic;
	color: #999;
	padding: 0 0 10px 0;
}

.itemdisplayleft {
	float: left;
	width: 360px;
	margin-right: 20px;
}

.itemdisplayright {
	float: left;
	width: 350px;
	padding-right: 10px !important;
	padding-right: 0;
}

.detailtext {
	font-size: 1.2em;
	line-height: 150%;
}

.paymentbox {
	border-top: 1px solid #222;
	padding: 10px 0;
	margin-top: 10px;
}

.paymentbox p {
	color: #666;
	line-height: 150%;
	font-size: 1.2em;
	margin-top: 5px;
}

.infoBox {
	padding: 0 10px;
	background-color: #FAFAFA;
	border: 1px solid #DDD;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

	.infoBox p {
		display: block;
		border-bottom: 1px dotted #CCC;
		padding: 5px 0;
		line-height: 150%;
	}
	
	.infoBox p:last-child { border: 0; }
	
.cardInfo {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	margin-top: 50px;
	font-size: 1.2em;
	line-height: 150%;
}

.cartStep {
	width: 408px;
	margin: 0 auto;
	height: 55px;
}

.myaccText {
	font-size: 1.2em;
}

.docText {
	font-size: 12px;
	line-height: 140%;
}

.docText p {
	margin-bottom: 10px;
}

.docText a {
	color: #5fc1c0;
}

.docText a:hover {
	color: #555;
}

.designerText {
	font-size: 12px;
	line-height: 140%;
}

.designerText p {
	margin-bottom: 5px;
}

.designerText a {
	color: #777;
}

.designerText a:hover {
	color: #333;
}

.designerTitle {
	color: #5fc1c0;
	font-size: 1.2em;
	display: inline;
	border-bottom: 1px solid #222;
	padding-bottom: 2px;
}

.formTitle {
	margin-bottom: 4px;
}

.formField {
	margin-bottom: 8px;
}

.newsentry {
	height: auto;
	overflow: auto;
}

.newsentry a { color: #333; }
.newsentry a:hover { color: #888; border-bottom: 1px dotted #777; }

.newsentry .date {
	color: #888;
	font-style: italic;
}

.newsentry h1.title {
	margin-bottom: 0;
	color: #333;
}

.newsentry p {
	line-height: 140%;
	margin-bottom: 4px;
	font-size: 1.1em;
}

.features {
	margin-top: 0;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	margin-bottom: 20px;
	padding: 5px 0;
}

	.featuresLeft {
		width: 285px;
		margin-right: 10px;
		float: left;
	}
	
	.featuresRight {
		width: 285px;
		margin-right: 10px;
		float: left;
	}
	
	.features p { margin-bottom: 4px; line-height: 140%; font-size: 1.1em; }

.destPic {
	width: 285px;
	float: left;
}

.destPic img { border: 4px solid #DDD; }

.destText {
	float: left;
	width: 450px;
}

.destText a { color: #5fc1c0; font-size: 1.4em; text-transform: uppercase; }
.destText a:hover { color: #444; }

.morepics { float: left; margin-right: 8px; margin-bottom: 7px; width: 100px; text-align: center; border: 1px solid #AAA; padding: 5px; }

/* @end */


/* @group button / link */

div.tab {
	width: 89px;
	float: left;
	margin: 1px 1px 0 0;
	display: block;
	text-align: center;
}

	div.tab a {
		text-transform: uppercase;
		background-color: #DDD;
		color: #000;
		padding: 3px 0;
		display: block;
		font-size: 1.1em;
	}
	
	div.tab a:hover {
		background-color: #999;
	}
	
	a#tab3 { background-color: #999; }
	#active_brand #tab3 { background-color: #DDD; }
	#active_brand #tab4 { background-color: #999; }
	#active_brand #categorylist { display: none; }
	#active_brand #brandlist { display: block; }
	#active_category #tab3 { background-color: #999; }
	#active_category #tab4 { background-color: #DDD; }
	#active_category #categorylist { display: block; }
	#active_category #brandlist { display: none; }
	#active_destination #tab3 { background-color: #DDD; }
	#active_destination #tab4 { background-color: #999; }
	#active_destination #categorylist { display: none; }
	#active_destination #brandlist { display: block; }
	
#logininfo a { color: #5fc1c0; }
#logininfo a:hover { color: #222; }

.crumb a { color: #555; }
.crumb a:hover { color: #5fc1c0; }

.itemdisplay a { color: #222; }
.itemdisplay a:hover { color: #5fc1c0; }

.newitem a { color: #222; }
.newitem a:hover { color: #5fc1c0; }

.pageCur { color: #FFF; background-color: #000; padding: 2px 5px; }
.pagenav a { color: #000; padding: 2px 5px; background-color: #CCC; }
.pagenav a:hover { color: #FFF; background-color: #000; }

.imgBtn { float: right; }

.orderLeft { width: 350px; float: left; margin-right: 20px; }
.orderRight { width: 350px; float: left; }

.relatedTitle { width: 740px; height: 132px; position: relative; font-weight: normal; font-family: arial; }
.relatedTitle strong { text-transform: uppercase; color: #000; }
.relatedBox { width: 320px; position: absolute; right: 10px; top: 5px; color: #555; font-size: 1.2em; line-height: 140%; }
.relatedBox a { color: #333; }
.relatedBox a:hover { color: #888; border-bottom: 1px dotted #444; }
.relatedBox { background: white url('../images/relatedbg.png') left top repeat-x; padding: 10px; border: 1px dotted #AAA; }
/* @end */


/* @group heading */

h1.title {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

h1.title_shoppingbag {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	padding: 0 5px 0 0;
}

div.greentitle {
	display: block;
	border-bottom: 1px solid #111;
	margin-bottom: 10px;
}

h1.categorytitle {
	color: #5fc1c0;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Arial;
	margin-bottom: 10px;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #111;
}

/* @end */


/* @group List */

#menu ul {
	margin: 30px 0 0 0;
}

#menu ul li { 
	display: inline;
	list-style: none;
}

#menu ul li a {
	float: right;
	display: block;
	color: #444;
	padding: 0 10px;
	font-size: 1.1em;
	text-transform: uppercase;
	border-right: 1px solid #CCC;
}

#menu ul li a:hover { 
	background: #fff;
	color: #5fc1c0;
}

#menu ul li:first-child a { border: 0; }

ul#categorylist {
	margin-top: 5px;
}

	ul#categorylist li a {
		color: #444;
		padding: 3px 0 3px 5px;
		display: block;
		font-size: 1.2em;
		margin-bottom: 1px;
	}

	ul#categorylist li a:hover {
		color: #FFF;
		background-color: #000;
	}
	
	ul#categorylist li a.selected {
		color: #FFF;
		background-color: #000;
	}
	
ul#brandlist {
	margin-top: 5px;
	display: none;
}

	ul#brandlist li a {
		color: #444;
		padding: 3px 0 3px 5px;
		display: block;
		font-size: 1.2em;
		margin-bottom: 1px;
	}

	ul#brandlist li a:hover {
		color: #FFF;
		background-color: #000;
	}
	
	ul#brandlist li a.selected {
		color: #FFF;
		background-color: #000;
	}

ul.listaccount li a {
	color: #FFF;
	font-size: 1em;
	display: block;
	width: 167px;
	height: 20px;
	text-transform: uppercase;
	font-family: arial;
	padding: 4px 0 0 10px;
}

	ul.listaccount li a:hover {
		color: #5fc1c0;
	}

	a#btnblack1 { background: transparent url('../images/btnblack1.png') left top no-repeat; }
	a#btnblack2 { background: transparent url('../images/btnblack2.png') left top no-repeat; }
	a#btnblack3 { background: transparent url('../images/btnblack3.png') left top no-repeat; }
	a#btnblack4 { background: transparent url('../images/btnblack4.png') left top no-repeat; }

ul#cartstep {
	width: 406px;
}

	ul#cartstep li {
		display: block;
		height: 41px;
		float: left;
		padding: 0;
		margin: 0;
		background: #FFF url('../images/stepbg.png') left top no-repeat;
	}

	ul#cartstep li#step1 {
		width: 180px;
		background-position: 0 -41px;
	}
	
	ul#cartstep li#step2 {
		width: 156px;
		background-position: -180px -41px;
	}
	
	ul#cartstep li#step3 {
		width: 70px;
		background-position: -336px -41px;
	}
	
	div#cur_index    li#step1 { background-position: 0 0; }
	div#cur_checkout li#step2 { background-position: -180px 0; }
	div#cur_finish   li#step3 { background-position: -336px 0; }

ul#fmenu { padding-bottom: 20px; }
ul#fmenu li { display: inline; }
ul#fmenu li a { display: block; float: left; padding: 0 5px; text-transform: uppercase; color: #333; font-size: .8em; border-right: 1px solid #BBB; }
ul#fmenu li a:hover { color: #5fc1c0; }
ul#fmenu li:last-child a { border: 0; }
/* @end */


/* @group picture */

.item-picture {
	border: 1px solid #999;
}

/* @group end */


/* @group Item details */

.detailone {
	padding: 0 10px;
	background-color: #FAFAFA;
	border: 1px solid #DDD;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

	.detailone p {
		display: block;
		border-bottom: 1px dotted #CCC;
		padding: 5px 0;
		line-height: 150%;
	}
	
	.detailone p:last-child { border: 0; }
	
.detailtwo {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

	.detailtwo p { line-height: 130%; margin-bottom: 5px; }
	
#itemtbl tr td {
	border-bottom: 1px dotted #CCC;
	padding: 5px 0;
	line-height: 150%;
}

#itemtbl tr:last-child td { border: 0; }

.oldprice {
	color: #FF0000;
	text-decoration: line-through;
}

/* @group end */


/* @group Table */

table#cartTable {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FAFAFA;
	border: 1px solid #DDD;
	padding: 10px;
	font-size: 1.1em;
}

table#cartTable tr th {
	color: #444;
	text-transform: uppercase;
	padding: 0 5px 5px 5px;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
}

table#cartTable tr td {
	background-color: #FAFAFA;
	color: #444;
	padding: 5px;
	border-bottom: 1px dotted #DDD;
}

	table#cartTable tr td.txr { text-align: right; }
	
td a { color: #444; font-weight: bold; }
td a:hover { color: #5fc1c0; }

table.formTbl {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FAFAFA;
	border: 1px solid #DDD;
	padding: 10px;
	font-size: 1.2em;
}

table.formTbl tr th {
	color: #444;
	text-transform: uppercase;
	padding: 0 5px 5px 5px;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
}

table.formTbl tr td {
	background-color: #FAFAFA;
	color: #444;
	padding: 5px;
	border-bottom: 1px dotted #DDD;
}

table#totalTbl {
	margin-top: 10px;
}

table#totalTbl tr td {
	font-size: 1.3em;
	padding: 5px;
}

table#totalTbl tr td.l {
	text-align: right;
}


table.accTbl {
	width: 100%;
	margin: 0;
	background-color: #FAFAFA;
	border: 1px solid #DDD;
	padding: 10px;
	font-size: 1em;
}

table.accTbl tr th {
	color: #444;
	text-transform: uppercase;
	padding: 0 5px 5px 5px;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
}

	table.accTbl tr th span {
		font-weight: normal;
		text-transform: none;
		font-size: .9em;
	}
	
	table.accTbl a { color: #777; }
	table.accTbl a:hover { color: #333; }

table.accTbl tr td {
	background-color: #FAFAFA;
	color: #444;
	padding: 5px;
	border-bottom: 1px dotted #DDD;
	line-height: 140%;
}

table.accTbl tr:last-child td { border-bottom: 0; padding-bottom: 0;}

table.orderTbl {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

table.orderTbl tr th {
	color: #444;
	text-transform: uppercase;
	padding: 7px 5px 6px 5px;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	background-color: #F8F8F8;
}

	table.orderTbl tr th span {
		font-weight: normal;
		text-transform: none;
		font-size: .9em;
	}
	
	table.orderTbl a { color: #5fc1c0; }
	table.orderTbl a:hover { color: #333; }

table.orderTbl tr td {
	color: #444;
	padding: 5px;
	border-bottom: 1px dotted #DDD;
	line-height: 140%;
}

table.size {
	width: 100%;
	font-family: arial,'trebuchet ms';
	font-size: 11px;
	background-color: #BBB;
}
table.size th {
	text-align: center;
	text-transform: uppercase;
	padding: 7px 0;
	background-color: #DDD;
}
table.size tr.tbltitle td {
	text-align: center;
	padding: 5px 0;
	background-color: #EEE;
}
table.size tr.light td {
	padding: 3px;
	background-color: #FFF;
}
table.size tr.dark td {
	padding: 3px;
	background-color: #FAFAFA;
}
/* @group end */
