/*This is the main stylesheet that organizes all the divs from the includes, as well as the elements to the content inserted manually ie. the product information*/

body{
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
}

div.wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
}

div.sidebar{
	float: right;
}

/* Used to constantly display a right scroll bar so the body doesn't move when there is no overflow , this doesn't work in Opera, however*/

:root {
	overflow-y: scroll !important;
}


/*The following is to style the content that is entered manually, not generated by code. */

div.content{
	width: 510px;
	color: #414142;
	padding-top: 10px;
}

div.content p, div.content li{
	font-size: 10pt;
}

div.content h1, div.content h2{
	border-bottom: 2px dashed #FFD200;
	font-size: 15pt;
}

div.content h2{
	font-size: 13pt;
}

div.content h4{
	font-style: italic;
	text-align: center;
}

div.content ul{
	padding-left: 15px;
	list-style-image: url(../images/list_style/list_style2.gif);
}

div.content span.title{
	padding-bottom: 0;
	font-weight: bold;
}

div.content a{
	color: #666666;
}

td#second, div.content a.second{
	color: #D21631;
}

div.content p.subheader{
	text-align:right; 
	font-size:12pt; 
	color:#D21631; 
	font-weight:bold; 
	font-style:italic; 
}