/* ************************* */
/* ****** MAIN STYLES ****** */
/* ************************* */

html, body {
	height: 100%; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 13px;
	line-height: 18px; 
	background-color: #FFF; 
	color: #888; 
	margin: 0px;
	text-align: center;
}

a {
	color: #484848;
	text-decoration: none;
	font-size: 11px;
}

p {
	width: 450px;
	margin: 10px 0px 0px 5px;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

h1 {
	font-family: Georgia, serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	color: #888;
	width: 450px;
	margin: 10px 0px 0px 5px;
}

h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	color: #888;
	margin: 0px 0px 0px 5px;
}

.clear {
	clear: both;
}

.section {
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	color: #888;
}

#rssFeed {
	width: 11px;
	height: 11px;
	position: relative;
	top: 1px;
}


/* ************************ */
/* ****** LAYOUT TOP ****** */
/* ************************ */

#layoutTop {
	height: 96px;
	width: 960px;
	background-image: url('/images/main/background-top.jpg'); 
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	margin: auto;
}

#layoutTop img {
	height: 96px;
	width: 257px;
}

#layoutBag {
	height: 74px;
	width: 176px;
	background-image: url('/images/main/background-bag.jpg'); 
	background-repeat: no-repeat;
	background-position: top left;
	border: solid 1px #D6D6D6;
	margin: 10px 5px 0px 0px;
	float: right;
}

#layoutBag span {
	width: 110px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	color: #484848;
	display: block;
	margin: 8px 0px 0px 0px;
	float: right;
}

#layoutBag a {
	color: #484848;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif; 
}


/* ************************* */
/* ****** LAYOUT MENU ****** */
/* ************************* */

#layoutMenu {
    	width: 960px;
	height: 32px;
	background-image: url('/images/main/background-menu.jpg'); 
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	line-height: 32px;
	margin: auto;
}

#layoutMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#layoutMenu ul li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: inline;
}

#layoutMenu a {
	font-family: Georgia, serif; 
	font-size: 14px;
}


/* ************************** */
/* ****** LAYOUT PANEL ****** */
/* ************************** */

#layoutPanel {
    	width: 960px;
	height: 190px;
	background-image: url('/images/main/background-panel.jpg'); 
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	margin: auto;
	color: #DDD;
}

#layoutPanel h1 {
	color: #FFF;
}

#breadCrumb {
	text-align: left;
	font-size: 11px;
	color: #DDD;
 }

#breadCrumb ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#breadCrumb ul li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: inline;
}

#breadCrumb a {
	color: #FFF;
}



/* ************************* */
/* ****** LAYOUT MAIN ****** */
/* ************************* */

#layoutMain {
    	width: 960px;
	text-align: left;
	background-image: url('/images/main/background-main.jpg'); 
	background-repeat: no-repeat;
	background-position: top right;
	margin: auto;
}

#layoutMain ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#layoutMain ul li {
	margin: 0px;
	padding: 18px 10px 32px 10px;
	display: inline;
}

#layoutMain li {
	width: 300px;
	/*height: 300px;*/
	float: left;
}

#layoutMain li a {
	font-size: 13px;
}

#layoutMain img {
	height: 171px;
	width: 300px;
	border: solid 1px #D6D6D6;
	margin: 0px 0px 12px 0px;
}

#layoutMain a {
	font-size: 13px;
}


/* ************************** */
/* ****** PAGE NUMBER ****** */
/* ************************* */

#pageNumber {
	height: 32px;
	width: 960px;
	background-image: url('/images/main/background-page-number.jpg'); 
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 32px;
	text-align: left;
	font-size: 11px;
	margin: auto;
}

#pageNumber ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#pageNumber ul li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: inline;
}

#pageNumber li {
	float: left;
}

#pageNumberBottom {
	height: 32px;
	width: 960px;
	line-height: 32px;
	text-align: left;
	font-size: 11px;
	margin: auto;
}

#pageNumberBottom ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#pageNumberBottom ul li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: inline;
}

#pageNumberBottom li {
	float: left;
}

#here {
	text-decoration: underline;
	font-weight: bold;
	color: #43A4A4;
}


/* *************************** */
/* ****** LAYOUT BOTTOM ****** */
/* *************************** */

#layoutBottom {
	width: 960px;
	border-top: 1px solid #DADADA;
	text-align: left;
	font-size: 11px;
	margin: auto;
}

#layoutBottom ul {
	width: 150px;
	list-style: none;
	padding: 0px;
	margin: 10px 5px;
	float: left;
}

#layoutBottom ul li {
	margin: 0px;
	width: 160px;
}

#copyright {
	margin: 10px 5px 0px 0px;
	float: right;
	color: #888;
}

#bestSellers {
	height: 32px;
	width: 960px;
	background-image: url('/images/main/background-page-number.jpg'); 
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 32px;
	text-align: left;
	margin: auto;
}


/* **************************** */
/* ****** LAYOUT PRODUCT ****** */
/* **************************** */

#layoutProduct {
    	width: 960px;
	min-height: 478px;
	background-image: url('/images/main/background-product.jpg'); 
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	margin: auto;
}

#layoutProduct ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#layoutProduct ul li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

#productPrice {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 0px 5px;
	color: #000;
	display: block;
}

.productPrice {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 0px 5px;
	color: #000;
	display: block;
}

#buyNow {
	margin: 20px 0px 32px 5px;
	display: block;
}

#buyNow img {
	height: 24px;
	width: 104px;
}

.buyNowOption {
	margin: 20px 0px 0px 5px;
	display: block;
}

.buyNowOption img {
	height: 24px;
	width: 104px;
}

#product {
	height: 398px;
	width: 398px;
	border: solid 1px #D6D6D6;
	float: right;
	margin: 22px 40px 0px 0px;
}

.productOption {
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #43A4A4;
	margin: 20px 0px 0px 5px;
	display: block;
}

/* ****************************** */
/* ****** LAYOUT TEXT PAGE ****** */
/* ****************************** */

#paragraphBottom {
	margin: 10px 0px 32px 5px;
}

#paragraphBottom a {
	font-size: 13px;
}
