/* main selectors */
body {
	margin: 0;
	padding: 0;
	background: #FFF url(./images/background-body.gif) repeat-x;
	font: 14px 'Trebuchet MS', Thebuchet, sans-serif;
	color: #414141;
	min-width: 770px;
}

/* main selectors */

h2 {
	margin: 0;
	padding: 0;
	color: #E564A4;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
}

h3 {
	margin: 0;
	padding: 0;
	color: #507EAF;
	font-size: 24px;
	line-height: 30px;
}

p {
	margin: 4px 0 20px 0;
	padding: 0;
}

cite {
	line-height: 50px;
	font-style: normal;
	color: #4673B3;
}

a {
	color: #E663AE;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.button {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
	padding-right: 25px;
	font-weight: bold;
	background: url(./images/background-button.gif) right no-repeat;
	clear: both;
}

a.dark {
	color: #507EAF;
	background: url(./images/background-button-dark.gif) right no-repeat;
}

blockquote {
	margin: 0 0 25px 0;
	padding: 0;
}

/* subhead selector */
strong.subhead {
	display: block;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
	background: #EDEEF0 url(./images/subhead-left.gif) no-repeat;
	line-height: 33px;
	color: #293534;
	padding: 0 0 0 25px;
}

strong.subhead span {
	background: #EDEEF0 url(./images/subhead-right.gif) top right no-repeat;
	display: block;
}

/* container section */
#container {
	width: 770px;
	margin: 0 auto;
}

/* header section */
#header {
	height: 82px;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 19px;
	left: 25px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 235px;
	height: 37px;
	background: url(./images/logo.gif) no-repeat;
}

/* top navigation */
#navigation-top {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	position: absolute;
	right: 20px;
	top: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation-top li {
	display: inline;
	margin-right: 13px;
}

#navigation-top li a {
	color: #777777;
	text-decoration: none;
}

#navigation-top li a:hover {
	text-decoration: underline;
}

/* main navigation */
#navigation-main {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 26px;
	top: 35px;
	height: 27px;
}

#navigation-main li {
	display: block;
	float: left;
	margin-left: 16px;
}

#navigation-main li a {
	display: block;
	float: left;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
}

#navigation-main li a.forhim {
	width: 83px;
	background: #6BA2D7 url(./images/menu-forhim.gif) no-repeat;
}

#navigation-main li a.forher {
	width: 75px;
	background: #E564A4 url(./images/menu-forher.gif) no-repeat;
}

#navigation-main li a.designlab {
	width: 113px;
	background: #6BA2D7 url(./images/menu-designlab.gif) no-repeat;
}

/* footer section */
#footer {
	clear: both;
	width: 100%;
	height: 93px;
	background: #65A0D3 url(./images/background-footer.gif) repeat-x;
}

#footer .content {
	width: 719px;
	margin: 0 auto;
	height: 93px;
	position: relative;
}

#footer p {
	color: #FFF;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	left: 13px;
}

#footer a.cards {
	position: absolute;
	top: 28px;
	right: 12px;
}

#footer a.cards img {
	border: none;
	display: block;
}

/* banner section */
#banner {
	width: 726px;
	height: 248px;
	margin: 0 auto;
	background: url(./images/background-banner.gif) no-repeat;
	overflow: hidden;
	padding: 0 3px 0 3px;
	position: relative;
}

#banner span {
	display: block;
	position: absolute;
	right: 14px;
	top: 125px;
	height: 83px;
	width: 392px;
	padding: 0 23px 0 23px;
	font-size: 30px;
	background-color: #EAE5EA;
	color: #1172CF;
	line-height: 40px;
	cursor: pointer;
}

#banner span a {
	color: #E20E77;
	text-decoration: underline;
}


/* if flash pligin exists */
#flashcontent {
	font-size: 20px;
	color: #1172CF;
	text-align: center;
}

/* content section */
#content {
	width: 719px;
	margin: 0 auto;
	padding: 28px 0 0 0;
	overflow: hidden;
}

/* products list */
#products {
	margin: 0;
	padding: 0;
	list-style: none;
}

#products h2 {
	line-height: 60px;
	margin: 0;
	padding: 0 5px 0 5px;
}

#products p {
	font-size: 12px;
	margin: 10px 2px 10px 2px;
	padding: 0;
	line-height: 16px;
}

#products strong.price {
	font-size: 23px;
	font-weight: bold;
	margin-left: 2px;
	display: block;
}

div.forhim #products strong.price {
	color: #6AA2D7;
}

div.forher #products strong.price {
	color: #E564A4;
}

div.forhim #products strong.price span {
	color: #E564A4;
}

div.forher #products strong.price span {
	color: #6AA2D7;
}

#products strong.price em {
	color: #656565;
	text-decoration: line-through;
	font-style: normal;
}

div.forhim #products h2 {
	color: #76AADA;
	background: url(./images/background-product-forhim.gif) bottom left repeat-x;
}

div.forher #products  h2 {
	background: url(./images/background-product-forher.gif) bottom left repeat-x;
}

#products li {
	display: block;
	width: 719px;
	margin: 0 0 37px 0;
	clear: both;
	overflow: hidden;
}

#products div.icon {
	width: 385px;
	float: left;
}

#products div.description {
	width: 300px;
	margin: 0 10px 0 0;
	float: right; 
}

* html #products div.description {
	margin-right: 6px;
}

* +html #products div.description {
	margin-right: 6px;
}

#products ul.thumbnails {
	margin: 17px 0 0 0;
	padding: 15px 0 0 0;
	list-style: none;
	width: 300px;
	overflow: hidden;
}

div.forhim #products ul.thumbnails {
	background: url(./images/background-product-forhim.gif) top left repeat-x;
}

div.forhim #products li:hover, div.forhim #products li.hover {
	background-color: #D2E3F3;
}

div.forher #products ul.thumbnails {
	background: url(./images/background-product-forher.gif) top left repeat-x;
}

div.forher #products li:hover, div.forher #products li.hover {
	background-color: #F7D0E4;
}

#products ul.thumbnails li {
	width: 40px;
	height: 40px;
	padding: 0;
	display: block;
	float: left;
	clear: none;
	background: #333333 url(./images/empty.gif) no-repeat;
	margin: 0 15px 10px 0;
}

#products ul.thumbnails li a {
	display: block;
	float: left;
	width: 39px;
	height: 39px;
}

#products ul.thumbnails li a img {
	display: block;
	border: 1px #FFF solid;
	float: left;
	width: 38px;
	height: 38px;
}

/* products form */
#products form {
	margin: 12px 0 0 2px;
	padding: 0;
}

#products form select {
	font: 12px 'Trebuchet MS', Trebuchet, sans-serif;
	
}

#products form select.size {
	width: 128px;
	margin-right: 13px;
}

#products form select.quantity {
	width: 82px;
}

#products form input.button {
	display: block;
	margin-top: 13px;
	width: 82px;
	height: 27px;
	font-size: 10px;
	color: #000;
}


/* products roll section */
a.roll {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 46px;
}

* html a.roll {
	margin-bottom: 10px;
}

* +html a.roll {
	margin-bottom: 10px;
}

a.roll:hover {
	text-decoration: underline;
}

a.prev {
	float: left;
	margin-left: 10px;
}

a.next {
	float: right;
	margin-right: 10px;
}

div.forhim a.roll {
	color: #76AADA;
}

div.forher a.roll {
	color: #E564A4;
}

/* sidebar section */
div.sidebar {
	float: right;
	width: 185px;
	padding: 25px  10px 25px 45px;
}

div.sidebar strong {
	color: #D24F81;
	border-top: 1px #ECECEC solid;
	display: block;
	padding: 6px 0 0 20px;
}

div.sidebar strong.first {
	border-top: none;
}

div.sidebar ul {
	margin: 6px 0 10px 20px;
	padding: 0;
	list-style: none;
}

div.sidebar ul li {
	background: url(./images/bullet.gif) 0 7px no-repeat;
	padding-left: 10px;
}

div.sidebar ul li a {
	color: #7C7C7C;
	text-decoration: none;
}

div.sidebar ul li a:hover {
	text-decoration: underline;
}

/* shopping cart section */
#form-order {
	margin: 0 0 25px 0;
	padding: 0;
	width: 100%;
	background: url(./images/background-form-order.gif) top left repeat-x;
}

#form-order div.table {
	width: 100%;
	float: left;
	border-bottom: 1px  #DBDBDB solid;
	margin-bottom: 15px;
}

#form-order .thead, #form-order .tbody, #form-order .tfoot {
	margin: 7px 0 7px 0;
	overflow: hidden; 
	float: left;
	width: 100%;
	background: url(./images/background-thead.gif) repeat-y;
}

#form-order .tfoot {
	margin-top: 18px;
	padding-bottom: 10px;
	background: none;
}

#form-order .row {
	float: left;
	text-align: center;
	overflow: hidden;
}

#form-order .thead {
	font-weight: bold;
}

#form-order span.hr {
	width: 100%;
	clear: left;
	background-color: #DBDBDB;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}


#form-order .thead .row1, #form-order .tbody .row1 {
	width: 106px;
}

#form-order .thead .row2 {
	width: 362px;
}

#form-order .thead .row3, #form-order .tbody .row3 {
	width: 95px;
}

#form-order .thead .row4, #form-order .tbody .row4 {
	width: 153px;
}

#form-order .tbody .row4 {
	color: #E564A4;
}

#form-order .tfoot .row1 {
	width: 548px;
	border-right: 1px #DBDBDB solid;
	margin: 0 -1px 0 0;
	text-align: right;
	padding-right: 15px;
	
}

#form-order .tfoot .row2 {
	width:153px;
	border-left: 1px #DBDBDB solid;
	color: #E564A4;
}

#form-order .tbody .row2 {
	text-align: left;
	padding: 0 20px 0 20px;
	width: 323px;
	line-height: 13px;
}

#form-order .tbody .row2 img {
	display: block;
	float: left;
	border: 1px #DBDBDB solid;
	margin-right: 20px;
}

#form-order .tbody .row2 p {
	font-size: 11px;
}

#form-order .tbody .row2 strong {
	color: #E564A4;
}

#form-order input.field-quantity {
	width: 44px;
	margin: 0;
	padding: 1px 0 1px 0;
	text-align: right;
	border: 1px #7C7C7C solid;
}

/* required fields section */
span.required {
	margin: 8px 0 0 6px;
	display: block;
	float: left;
	color: #E564A4;
	font-size: 11px;
}

/* contact form section */
#form-contact {
	margin: 0 0 25px 0;
	padding: 0 0 0 25px;
}

#form-contact span.info {
	float: right;
	margin-right: 20px;
}

* html #form-contact span.info {
	margin-right: 10px;
}

#form-contact fieldset {
	margin: 0;
	padding: 0 0 40px 0;
	border: none;
	width: 400px;
	display: block;
	overflow: hidden;
}

#form-contact label {
	display: block;
	width: 150px;
	float: left;
	clear: left;
	margin-top: 6px;
}

#form-contact input {
	border: 1px #7C7C7C solid;
	margin: 6px 0 0 0;
	padding: 1px 0 1px 0;
	float: left;
	width: 180px;
	color: #414141;
}

#form-contact textarea {
	margin: 6px 0 0 0;
	float: left;
	width: 220px;
	height: 100px; 
	font: 13px 'Trebuchet MS', Trebuchet, sans-serif;
	color: #414141;
	border: 1px #7C7C7C solid;
}


/* clents registration section */
#form-registration {
	margin: 10px 0 25px 0;
	padding: 0 0 0 25px;
}

#form-registration span.info {
	float: right;
	margin-right: 20px;
}

* html #form-registration span.info {
	margin-right: 10px;
}

#form-registration strong.subhead {
	margin-bottom: 10px;
	margin-left: -25px;
}

#form-registration fieldset {
	margin: 0;
	padding: 0 0 15px 0;
	border: none;
	width: 500px;
	display: block;
	overflow: hidden;
}

#form-registration fieldset.last {
	padding-bottom: 40px;
}

#form-registration label {
	display: block;
	width: 180px;
	float: left;
	clear: left;
	margin-top: 6px;
}

#form-registration input, #form-registration select {
	border: 1px #7C7C7C solid;
	margin: 6px 0 0 0;
	padding: 1px 0 1px 0;
	float: left;
	width: 200px; 
	color: #414141;
}

#form-registration select {
	width: 300px;
}

#form-registration .inner input {
	width: 20px;
	border: none;
}

#form-registration .inner label {
	clear: none;
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}