/* Layout Styles */

body{
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 180%;
	background: #4f3e2a url(/assets/images/layout/background/background.gif) repeat-x;
}

#page_title{
	position: absolute;
	margin-top: -50px;
	margin-left: -1600px;
}

#border{
	width: 790px;
	height: 100%;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
}

#header{
	margin-bottom: 10px;
}

#header_logo{
	height: 110px;
	width: 790px;
}

#main {
	background-color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 6px;
   margin-left: 6px;	
}

#top_left_corner{
	float: left;
	height: 10px;
}

#top_right_corner{
	float: right;
	height: 10px;
}

#content_body {
	width: 750px;
	min-height: 490px;
	margin-left: 20px;
	margin-right: 20px;
}

#bottom_left_corner{
	float: left;
	height: 10px;
}

#bottom_right_corner{
	float: right;
	height: 10px;
}

.div_bottom{
  height: 0;
  clear: both;	
}

#footer{
	display: block;
	font-size: 10px;
	width: 790px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#costumes{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

#pagemenu{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* HTML Styles */

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0099;
	text-align: center;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0099;	
}

/* Thumbnail Images */

.thumbnail{
	width: 150px;
	height: 280px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 40px;	
	margin-left: 25px;
	float: left;
	text-align: center;
}

.thumbnail-details{
	height: 70px;
}

.special-price{
	color: #FF0099;
	font-weight: bold;
}

#content .thumbnail a{
	color: #FF0099;
	text-decoration: none;
}

#content .thumbnail a:hover{
	color: #FF0099;
	text-decoration: underline;
}

/* Product Page */

h1.product-title{
	margin-bottom: 5px;
	text-align: left;
}

#product-image{
	width: 250px;
	min-height: 460px;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
}

#product-details{
	width: 300px;
	float: left;
	margin-top: 20px;
}

.product-description{
	text-align: justify;
}

.highlight{
	color: #FF0099;
	font-weight: bold;
}

#content_body a{
	color: #FF0099;
}

#content_body a:hover{
	color: #FF0099;
	font-weight: bold;
}