/* generic site style */

body {
	margin:0px;
	background-color:#787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	text-align:center;
}

A:link {
	COLOR: #858585; text-decoration: none
}
A:visited {
	COLOR: #858585; text-decoration: none
}
A:active {
	COLOR: #858585; text-decoration: none
}
A:hover {
	COLOR: #FF0000; text-decoration: none
}

div#header {
	background-image:url('../images/header_bk.png');
	background-repeat:repeat-x;
	width:100%;
	text-align:left;
}

div#contentBk1{
	width:871px;
	margin:0 auto;
	background:url('../images/content_bk_bk.png') repeat-y;
}

div#contentBk2{
	width:871px;
	text-align:left;
	background:url('../images/content_bk_2.png') no-repeat top;
}
div#content{
	padding-top:15px;	
	padding-left:115px;
	padding-right:115px;
}
div#content h1 {
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size:18px;
}	
div#content h2 {
	padding:0px;
	margin:0px;
}

div#video{
	float:left;
	padding-right:10px;
}

.imgRight {
	float:right;	
}
.imgLeft {
	float:left;	
}

div#addToCart{
	background:url(../images/addToCart.jpg) no-repeat;
	min-height:200px;
	margin-top:10px;
	margin-bottom:15px;
	padding:10px;
}

div#addToCartMark {
	background: url(../images/addToCartv2.png) no-repeat;
	min-height: 200px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px;
}

div#addToCartRight {
	text-align:center;
	width:225px;
	margin:0 auto;
	float:right;
}

div#offerHeader {
	border-top:dashed 1px #333;
	border-bottom:dashed 1px #333;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}
	div#offerHeader h1{
		font-size:36px;
	}
	
div#plusItems {
	border-bottom:dashed 1px #333;
	padding: 5px 5px 5px 5px;
	clear:both;
}

.price {
	font-weight:bold;
	font-size:16px;
}

.price2 {
	font-weight: bold;
	font-size: 12px;
}

div#footer a {
	color:#000;
}


/* #### classy stuff ######################################################################################### */

div#classyForm {
	text-align:left;
	width:250px;
}
	div#classyForm label{
		display:block;
		font-weight:bold;
	}

div#classyFormOrder {
	text-align:left;
	width:250px;
}
	div#classyFormOrder label{
		display:block;
		font-weight:bold;
	}
	
.orderInput {
	width: 215px;
	background: transparent url('../images/mdv_search.jpg');
	background-repeat:no-repeat;
	
	height:30px;
	border:0;
	margin-bottom:0px;	
	padding-left:5px;
}
.orderInputSm {
	width: 50px;
	background: transparent url('../images/mdv_search.jpg');
	background-repeat:no-repeat;
	
	height:30px;
	border:0;
	margin-bottom:0px;
	padding-left:5px;
}

div#classyFormTitle {
	font-weight:bold;
	font-size:24px;
	padding-bottom:5px;
}

div#classyFormTitleOrder {
	font-weight:bold;
	font-size:24px;
	padding-bottom:5px;
}

div#classyFormTitleShip {
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 5px;
}

div#error{
	background:#c90316;
	font-weight:bold;
	color: #FFF;
	clear:both;	
	padding:5px;
}

.accessBtn{
	margin-left:-7px;	
}
.iWantItButton{
	border:0px;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	outline:0px;
	cursor:pointer;
}

.iWantItButton2{
	border:0px;
	padding:0px 0px 0px 0px;
	background-color:#EEE;
	outline:0px;
	cursor:pointer;
}

div#cc_message {
	background:#CCC;
	font-weight:bold;
	padding:5px;
	border:#bbb solid 2px;
	margin-top:10px;
}
div#checkbox {
	background:#CCC;
	font-weight:bold;
	padding:5px;
	border:#bbb solid 2px;
	margin-top:10px;
}

a.noThanks:link{
	color:#03F;
	text-decoration:none;
	background-color:#EEE;
	font-size:12px;
}

a.noThanks:visited{
	color:#03F;
	text-decoration:none;
	background-color:#EEE;
	font-size:12px;
}

a.noThanks:hover{
	color:#03F;
	text-decoration:underline;
	background-color:#EEE;
	font-size:12px;
}

a.noThanks:active{
	text-decoration:none;
	background-color:#EEE;
	font-size:12px;
}

/*--------------------------------------------------
  new stuff
--------------------------------------------------*/

div#cart{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
	background-color:#FFF;
	/*border-width:1px;
	border-style:solid;
	border-color:#3C7A88;*/
	padding: 5px 5px 5px 5px; 
	margin:5px;
	width:250px;
}
div#cartReview{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color:#333;
	width:250px;
	text-align:left;
	padding:15px;
}

div#editCart{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color:#333;
	padding: 5px 5px 5px 5px; 
	margin:5px;
	width:550px;
}
.cartWelcome {
	font-size:12px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.cartInner {
	background:#FFF;
	border-width:0px;
	border-collapse:collapse;
	width:100%;
}
.cartHeader {
	background:#787878;
	color:#FFF;
}

.highLight {
	background:#DDD;	
}

.headerBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	letter-spacing: .05em;
}

.headerBold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	letter-spacing: .05em;
}

div#disclaimer {
	margin-top: 10px;
	text-align: left;
	font-size: 11px;
}


