/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

h1{
	font-size: 18px;
}
h2{
	font-size: 16px;
}

/* +++++++++++++++++ MAIN STYLE +++++++++++++++++ */
body {
	background: #F6E8DF url(../styleImages/bg_body.jpg) repeat-x top;
	color: #39221C;
	font: 12px Verdana, Geneva, sans-serif;
}
p {
	margin-bottom: 0.7em;
}



#container {
	width: 943px;
	margin: 0 auto;
	line-height: 1.5;
}

/* +++++++++++++++++ MAIN +++++++++++++++++ */
#header {
	padding-left: 13px;
	background: url(../styleImages/bg_header.jpg) no-repeat right;
	height: 153px;
}

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

#category {
	margin-top: 60px;
	margin-left: 322px;
	height: 30px;
}
#nav {
	color: #E2F3FA;
	font: 12px Verdana, Geneva, sans-serif;
	padding-top: 10px;
	width: 600px;
	margin-left: 290px;
}
#nav a , #nav a:visited{
	color: #E2F3FA;
	text-decoration: none;
}
#nav a:hover , #nav a.current{
	color: #B4DC29;
}
#category a, #category a:visited{
	font: bold 17px Georgia, "Times New Roman", Times, serif;
	color: #8C4A39;
	text-decoration: none;
}
#category a:hover , #category a.current{
	text-decoration: line-through;
}

/* NAVIGATION ( CATEGORY BABY, BOY, GIRL ) */
#category li {
	float: left;
	list-style: none;
}

#category .baby {
	margin-top: 6px;

}
#category .boy {
	margin-left: 86px;
	margin-top: 5px;
}
#category .girl {
	margin-left: 137px;
}


/* +++++++++++++++++ CART +++++++++++++++++ */

#cart{
	background: #fff;
	border: 1px solid #A25E46;	
	width: 600px;	
	padding: 10px;
	overflow: auto;
	margin-top: 20px;
}


/* +++++++++++++++++ MAIN +++++++++++++++++ */
#main {
	background: url(../styleImages/bg_main.jpg) repeat-y right top;
	
}

/* +++++++++++++++++ SINGLE PRODUCT +++++++++++++++++ */

#viewSingleProd{
	background: #fff;
	border: 1px solid #A25E46;	
	width: 600px;	
	padding: 10px;
	overflow: auto;
}

#RelatedProducts{
	background: #fff;
	border: 1px solid #A25E46;	
	width: 600px;	
	padding: 10px;
	overflow: auto;
	margin-top: 20px;
}
#ProdInfo{
	margin-top: 10px;
}
.txtOldPrice{
	text-decoration: line-through;
}

.Sale{
	font-weight:bold;
 font-size: 16px; 
	color: #63814b;

}
#TellAFriend ul{
	list-style: none;
}
/* +++++++++++++++++ SIDE +++++++++++++++++ */
#side {
	width: 253px;
	float: left;
}

/* SIDE > SIDE NAVIGATION */
#sidenav {
	color: #793C1E;
	font: normal 19px Georgia, "Times New Roman", Times, serif;
}
#sidenav h3   {
	margin-left: 30px;
	margin-bottom: 12px;
	font: 19px Georgia, "Times New Roman", Times, serif;
	color: #FFCC33;
}


#sidenav ul {
	list-style: none;
}
#sidenav a {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #FFA264;
	text-decoration: none;
	padding-left: 55px;
	height: 28px;
	display: block;
	padding-top: 19px;
}
#sidenav a:hover , #sidenav a.current{
	background: url(../styleImages/bg_linkhover.jpg) no-repeat;
	color: #823C39;
}


/* CONTENT */
#content {
	width: 650px;
	margin-left: 280px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -8px;
}



/* CONTENT > BANNER */
#banner {
	width: 690px;
	margin-left: -27px;
}
#bannercontent {
	height: 204px;
	background: url(../styleImages/bg_banner_content.jpg) repeat-y;
	padding: 17px;
}

#bannerbottom {
	height: 44px;
	background: url(../styleImages/bg_banner_bottom.jpg) no-repeat left;
}

/* CONTENT > UPDATES AREA */
#updates, #CatDescription {
	width: 616px;
	padding: 25px;
	margin: 15px 11px 0;
	margin-left: -16px;
	background: #CAB6AA;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 1.5;

}

#CatDescription{
	margin-bottom: 15px;
}
#updates .tagline {
	font: bold 16px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #884633;
}
#updates h3 {
	padding-top: 15px;
	color: #724F05;
	font-size: 16px;
	font-weight: normal;

}

/* CONTENT > GALLERY FOR STORE ( index page) */
#gallery {
	padding: 25px 85px 0;

}
.item {
	width: 150px;
	height: 150px;
	float: left;
	margin: 15px 30px;
	padding-top: 10px;
	border: 1px solid #A25E46;
	background: #fff;
	text-align: center;
	
}
.item .itempic {
	height: 75px;
	background: #FFF;
}
.item .itemspec {
	color: #39221C;
	text-align: center;
	margin-top: 8px;
	font-size: 11px;
}
.item .price {
	font-size: 20px;
	color: #683322;
	font-weight: bold;
}


/* table for product lising */

#prodList{
	display: block;
	width: 500px
	border: 1px solid #A25E46;	
	background: #fff;
	margin-bottom: 20px;
}



/* CONTENT > GALLERY FOR STORE ( store page) */
.itemstore {
	background: #F0ECDD;
	width: 490px;
	padding: 15px;
	margin-bottom: 25px;
}
.itemstore h3.title {
	font-size: 13px;
	margin-bottom: 10px;
	color: #884633;
}

.itemstore .itempic {
	width: 170px;
	float: left;
}
.itemstore .itemspec {
	font-size: 11px;
	width: 290px;
	padding-left: 15px;
	border-left: 1px dashed #CAB6AA;
	float: right;
	color: #744E4E;
}
.buymore  {
}
.buymore ul {
	list-style: none;
}

.buymore a {
	background: #8D5546;
	list-style: none;
	width: 60px;
	display: block;
	float: right;
	margin: 5px;
	color: #FFA264;
	text-decoration: none;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 3px;
}
.buymore a:hover {
	color: #FC3;
	background: #814D41;
}

.num{
	list-style: none;
}

#RandProduct a:hover{
	background: none;
}

#RandText a{
	display: block;
	width: 60px;
	margin-top: 30px;
}

.LeftBox form{
	width: 200px;
	display: block;
	margin-left: 25px;
}

.LeftBox form a:hover{
	background: none;
}


.SubmitBtn{
	width: 75px;
	background: #d0cfb0;
	border: none;
	margin-left: 50px;
	font-size: 14px;
	font-weight: bold;
	}
/* CONTENT > BOTTOM */
#mainbottom {
	height: 39px;
	background: url(../styleImages/bg_main_bottom.jpg) no-repeat right bottom;
}



/* +++++++++++++++++ FOOTER +++++++++++++++++ */
#footer {
	background: url(../styleImages/bg_footer.jpg) repeat-y right;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #28575B;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 15px;
	width: 910px;
	margin-left: 18px;
}
#footer a , #footer a:visited{
	font-size: 12px;
	color: #683322;
	text-decoration: none;
}
#footer a:hover, #footer a.current {
	color: #FC3;
}


/* +++++++++++++++++ MISC +++++++++++++++++ */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
