/* --------------------------------------------------------------------------------------- */
/* MAIN LAYOUT STYLES                                                                              */
/* --------------------------------------------------------------------------------------- */

html, body {
	margin: 0px;
	background: #C8C8C8 url(../Pics/back.jpg) repeat-x;
}
body, div, td, p {
	font-family: "Arial", Arial, verdana,sans-serif;
	font-size: small;
	color: #333;
}

/* --------------------------------------------------------------------------------------- */
/* HYPERLINKS                                                                                            */
/* --------------------------------------------------------------------------------------- */

a img {
	border: 0px;
}

/* --------------------------------------------------------------------------------------- */
/* HEADINGS                                                                                              */
/* --------------------------------------------------------------------------------------- */

h1 {
	margin-top: 0px;
	font-size:24px;
	color: #333;
	border-bottom: #333 1px dashed;
}
h2 {
	font-size: medium;
	font-weight: bold;
	text-align:right;
	font-size:17px;
	color: #333;
	border-bottom: #333 1px dashed;
}
h2 a {
	color: #333;
	text-decoration: none;
}
h2 a:hover {
	color: #000000;
	text-decoration: none;
}
div.product h2 
{
	text-align:left;
	width: 560px;
}
div.productList div.product h2 {
	width: auto;
}

/* --------------------------------------------------------------------------------------- */
/* GENERAL STYLES                                                                                     */
/* --------------------------------------------------------------------------------------- */

div.clearfix {
	clear: both;
}

div.product {
	margin-bottom: 40px;
}
div.buttons {
	padding-top: 7px;
	padding-bottom: 7px;
	
}
div.buttons a {
	text-decoration:none;
	font-weight:bold;
	color:#779A0C;
}
div.buttons a:hover {
	color:#333;
}
div.product h1{
	width:560px;
}
div.product h2{
	width:560px;
}
div.product img.productThumb {
	float: right;
}
div.product div.productImg {
	width: 370px;
	margin-left: 10px;
	float: right;
	text-align: right;
}

div.product div.productPageImg {
}
div.product div.productPageImg img.main {
	float:left;
	border:solid 1px #FF0000;
	width:550px;
}
div.product div.productPageImg ul {
	float:right;
	width:178px;
	padding:0px;
	margin:0px;
	list-style: none;
}
div.product div.productPageImg ul li{
}

/* Buy Now links */
.buyNow {
	margin:4px 0 0 0;
	width:734px;
}
.buyNow p {
	background:transparent url(../pics/buyNow.gif) no-repeat bottom center;
	color:#ffffff;
	font-weight:bold;
	font-size:180%;
	margin:0;
	padding:6px;
}
.buyNow p .priceCompare {
	color:#330000;
	font-size:60%;
	display:block;
	text-align:center;
	padding:0 0 8px 0;
}
.buyNow .redText {
	color:#660000;
}
.buyNow p a img {
	margin:2px 0 0 0;
	padding:0;
	vertical-align:top;
}
.buyNow p .dealLink a {
	background:#ffff33;
	color:#000000;
	font-size:90%;
	width:164px;
	padding:2px;
	float:right;
	text-align:center;
}
.buyNow p .dealLink a:hover {
	background:none;
	color:#ffffff;
}

div.product a {
	font-weight:bold;
	text-decoration:none;
	color:#779A0C;
}
div.product a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
div.product div.productImg div.youTube {
	padding-top: 20px; 
	text-align: right;
}
div.product div.productImg div.youTube h3 {
	text-align: left; 
	padding-left: 10px; 
	font-size: medium;
}

div#content a.buy{
	padding: 5px;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	border: #FF0000 2px solid;
	text-decoration: none;
	
}
div.product div.productImg ul a {
	padding: 0px;
	font-size: small;
	text-transform: none;
	border: 0px;
}
div.product div.productImg a.buy, a.buyNowButton,
div#content a.buy{
	background: #FFFFFF url(../pics/background_button_buynow.gif) repeat-x top left;
	border-color: #E0C949;
	color: #333;
}

div.product div.productImg a.details {
	background: #FFFFFF url(../pics/background_button_productdetails.gif) repeat-x top left;
	border-color: #CDD6FF;
	color: #333;
}
div.product div.productImg a:hover,
div#content a.buy:hover{
	border-color: #16224E;
	background: #FFFFFF;
	color: #000000;
}
div.product div.productImg span {
	font-size: large;
	padding-right: 10px;	
	font-weight: bold;
}
div.product div.productImg ul {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 5px;
	list-style: none;
}
div.product div.productImg ul li {
	float: left;
}
div.product div.productImg ul li a {
	padding-left: 5px;
}
div.product div.productImg ul li a img {
	border: #C8D3FF 3px solid;
}
div.product div.productImg ul li a:hover {
	background: transparent;
}
div.product div.productImg ul li a:hover img {
	border-color: #000000;
}
p.intro {
	font-size: medium;
}

table.comparisonTable .th {
	font-size: medium;
	font-weight: bold;
}
table.comparisonTable td,table.comparisonTable  th {
	text-align: center;
	padding: 5px;
}
table.comparisonTable td.item, table.comparisonTable th.item {
	text-align: left;
}
table.comparisonTable tr.alternate td {
	background: #DEE4FF;
}
div.dealsBoxHead {
	background: Transparent url('../Pics/round_box_top.gif') no-repeat left top;
	width:607px;
	padding:16px 0 0 0;
	display:block;
}
div.dealsBoxHead h3 {
	background:transparent url('../pics/dealsBoxHeadH3bg.gif') no-repeat top center;
	border-left:solid 4px #779A0C;
	border-right:solid 4px #779A0C;
	color:#ffffff;
	font-size:120%;
	padding:4px;
	margin:0;
	text-align:center;
}
div.dealsBoxHead h3 .h3Large {
	font-size:130%;
	color:#330000;
}
div.dealsBox {
	border-bottom:solid 4px #779A0C;
	border-left:solid 4px #779A0C;
	border-right:solid 4px #779A0C;
	padding:5px;
	width:589px;
}
div.dealsBoxRetailer, div.dealsBoxRetailerLast {
	display:inline;
	width:100px;
	float:left;
	margin-right:16px;
	text-align:center;
}
div.dealsBoxRetailerLast {
	margin-right:0px;
}
div.dealsBoxRetailer p, div.dealsBoxRetailerLast p {
	font-weight:bold;
	font-size:large;
	margin:0px;
	padding:0px;
}
div.dealsBoxRetailer p a, div.dealsBoxRetailerLast p a {
	text-decoration:none;
}
div.dealsBoxRetailer p a:hover, div.dealsBoxRetailerLast p a:hover {
	text-decoration:underline;
}
div.dealsBoxEmailAddress {
	border:1px solid #8CA3FF;
	background:#FFFFFF;
	padding:2px;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
}
div.dealsBoxEmailAddress input.submitEmailAddress {
	background:#16224E;
	color:#ffffff;
	border:none;
	font-weight:bold;
	margin:2px;
}

/* --------------------------------------------------------------------------------------- */
/* WRAPPER & HEADER                                                                                */
/* --------------------------------------------------------------------------------------- */

div#wrapper {
	width: 994px;
	margin: auto auto;
	padding:0px;
	background-color:#FFF;
}

div#wrapper div#head {
	background: Transparent url('../Pics/head.jpg') no-repeat top left;
	min-height: 171px;
	height: auto !important;
	height: 171px;
	padding-right: 20px;
}
div#wrapper div#head img{
	float:left;
	width:610px;
	height:171px;
	margin:0px;
	padding:0px;
}
div#wrapper div#head div#siteTitle {
	float:right;
	width:360px;
	text-align:right;
	font-weight: bold;
	color:#FFFFCC;
	font-size: x-large;
	min-height: 151px;
	height: auto !important;
	height: 151px;
	padding-top:20px;
}
div#wrapper div#head div span {
	font-size: 44px;
	color: #B2E613;
}

/* --------------------------------------------------------------------------------------- */
/* CONTENT WRAPPER & MENU                                                                     */
/* --------------------------------------------------------------------------------------- */

div#wrapper div#contentwrapper  {
	padding-top: 10px;
}
div#wrapper div#contentwrapper div#menu {
	width: 210px;
	text-align: left;
	float: left;margin-left:10px;
}

div#wrapper div#contentwrapper div#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	
}
div#wrapper div#contentwrapper div#menu ul li a {
	color: #333;
	display: block;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(../pics/bullet.gif) no-repeat left 4px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 10px 15px;
}
div#wrapper div#contentwrapper div#menu ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
div#wrapper div#contentwrapper div#AdSense {
	width: 200px;
	height: 200px;
	float: left;
}

div#wrapper div#contentwrapper div#menu ul.socialBookmarks {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
div#wrapper div#contentwrapper div#menu ul.socialBookmarks li {
	float: left;
}
div#wrapper div#contentwrapper div#menu ul.socialBookmarks li a {
	display: inline;
	width: 20px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	margin: 0px;
	padding: 1px;
}
a.btnBookmark {
	/*
	padding: 2px;
	color: #FFFFFF;
	background-color: #003366;
	cursor: pointer;
	border: 1px solid #6699CC;
	font-size: medium;
	*/
	margin-right: 5px;
	margin-top: 20px;
	float: right;
}

/* --------------------------------------------------------------------------------------- */
/* CONTENT                                                                                                */
/* --------------------------------------------------------------------------------------- */

div#wrapper div#contentwrapper div#content {
	width: 740px;
	float: right;
	padding-right: 20px;
}

div#wrapper div#contentwrapper div#content div.alert {
	float: left; 
	border: 1px solid #D1B934; 
	padding: 5px; 
	padding-top: 0px;
	margin-bottom: 10px;
}

div#wrapper div#contentwrapper div#content div.alert div.credit {
	float: right;
	font-size: x-small;
}


div#content div.Breadcrumbs {
	margin-bottom: 5px;
}

/* --------------------------------------------------------------------------------------- */
/* FOOTER                                                                                                  */
/* --------------------------------------------------------------------------------------- */

div#wrapper div#contentwrapper div#footer {
	text-align:center;
	min-height: 100px;
	height: auto !important;
	height: 100px;

	background-color:#9ECC10;
}
div#wrapper div#contentwrapper div#footer img {
	border: 0;
}
div#wrapper div#contentwrapper div#footer #fSpacer {
	background-color:#779A0C;
	min-height: 6px;
	height: auto !important;
	height: 6px;
	width:994px;
}
div#wrapper div#contentwrapper div#footer #siteDesign a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold
}
div#wrapper div#contentwrapper div#footer #siteDesign a:hover{
	color:#779A0C;
}
div#wrapper div#contentwrapper div#footer #footerLinks{
	color:#577109;
}
div#wrapper div#contentwrapper div#footer #footerLinks a{
	color:#779A0C;
	font-weight:bold;
	text-decoration:none;
}
div#wrapper div#contentwrapper div#footer #footerLinks a:hover{
	color:#FFF;
}