/* CSS Document */

/* Main Structure
------------------------------------------------*/
body {
	background-color: #200001;
	margin: 0;
	text-align: center;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	height:100%;
}
html,body {
	height: 100%;
}


#container {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

#header {
	width: 1000px;
}

#userBar {
	margin: 0 auto;
	width: 800px;
	padding: 10px;
	border: 1px solid #2B0B0C;
	background-color: #1C0203;
	margin-top: 20px;
}

#content {
	width: 550px;
	text-align: left;
	float:left;
}

#sidebar {
	width: 200px;
	text-align: left;
	float:left;
	padding: 20px;
	margin: 0 0 0 20px;
}

#footer {
	float:left;
	text-align:center;
	width: 100%;
	margin: 0 auto 30px 0;
}

#contentWrapper {
	margin: 40px auto 0 120px;
	width: 820px;
}

#dottedLine {
	width: 200px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFF00;
}

/* Product Boxes
------------------------------------------------*/
.pr_box {
	margin-top: 10px;
	padding-bottom: 15px;
	padding-top: 10px;
	
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F3ED11;  /* #F3ED11 */
	float:left;
}
.pr_box_news {
	margin-top: 20px;
	padding-top: 0px;
		
	border-bottom-width: 1px;
	
	border-bottom-style: dashed;
	
	border-bottom-color: #F3ED11;
	
	float:left;
}
.pr_image {
	width:120px;
	padding:5px;
	float:left;
}
.pr_image_news {		
	float:left;	
	padding-right: 10px;
	padding-bottom: 5px;
}

.pr_description {
	width: 275px;
	float:left;
	padding-left: 20px;
	padding-bottom: 10px;
}
.pr_description_news_abstract {
	width: auto;
	float:left;
	padding-left: 20px;	
	padding-bottom: 10px;
}
.pr_description_news_content {
	width: 520px;
	float:left;	
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:justify;
}
.pr_shopper {
	padding-bottom:3px;
	padding-top: 8px;
	text-align:right;
	width: 120px;
	float:left;	
}
.pr_box_msg_cart{
	padding-left:3px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #663300;
	height: 110px;
}
