/*============================================================================*/
/* BODY STYLES
/*============================================================================*/

.pagebodycontentmargins {
	margin-left: 7px;
	margin-top: 8px;
	margin-right: 2px;
}

.pagebodytextmargins {
	margin-left: 16px;
	margin-top: 18px;
	margin-right: 10px;
}

/*============================================================================*/
/* GENERAL STYLES
/*============================================================================*/

input[type="text"] {
   border: 1px solid #909090;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 10pt;
}
select {
   border: 1px solid #909090;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 10pt;
}
input[type="password"] {
   border: 1px solid #909090;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 10pt;
}
textarea {
   border: 1px solid #909090;
   font-family: Courier New, Courier, monospace;
   font-size: 10pt;
}
.promoheader {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif; 
	font-size: 14pt;
	font-weight: bolder;
	color: #336699;
	text-align: left;
	padding-left: 6px;
}
.promoheader a {
	text-decoration: none;
}
.promoheader em {
	font-style: normal;
	color: #FF0000;
}
.promobody {
	font-size: 8.5pt;
	text-align: left;
	padding-left: 6px;
}
.promobody em {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}
hr {
	background-color: #999999;
	height: 1px;
	border: none;
}
.pagetitle {
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	font-size: 18pt;
	color: #29527B;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	line-height: 100%;
}
.pagesubtitle {
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	font-size: 12pt;
	color: #29527B;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}
.pageform {
	margin: 0px 5px 0px 5px;
}
.pageformitem {
	margin: 5px 0px 8px 0px;
}
.pageformitemtitle {
	font-weight: bold;
}
.pageformitemdesc {
	margin-bottom: 3px;
}

/*============================================================================*/
/* MAIN/CATEGORY PAGE POSITIONING
/*============================================================================*/
#pagebody {
   width: 990px;
}
#pagebody td {
   font-size: 10pt;
}
#pagebodycontent {
   float: left;
   width: 788px;
   vertical-align: top;
}
#pagebodymainsecondarypromo {
   float: left;
   width: 217px;
   height: 173px;
   margin-right: 9px;
   clear: both;
}
#pagebodymainsecondarypromo img {
   border: none;
}
#pagebodymainprimarypromo {
   float: left;
   width: 562px;
   height: 173px;
}
#pagebodymainprimarypromo img {
   border: none;
}
#pagebodymainpromostrip {
	margin-left: 4px;
	margin-top: 5px;
	padding-bottom: 4px;
	background-image: url(/images/common/cont-gradient-bkg.png);
    background-repeat: repeat-x;
	background-position: 0px 150px;
	-moz-border-radius-bottomleft: 14px;
	-moz-border-radius-bottomright: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
.pagebodymainpromostripitem {
   width: 196px;
   float: left;
   text-align: center;
}
.pagebodymainpromostripitem img {
   border: none;
}

/*============================================================================*/
/* DATA LIST STYLES
/*============================================================================*/

.datalist {
	border: 4px solid #336699;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    color: #000000;
    background-color: #E0EEEE;
}
.datalistheader {
	background-color: #336699;
	color: #FFFFFF;
	font-weight: bold;
	border: none !important;
}
.datalistbody {
	border: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}
.datalistbody td {
	margin: 0px;
	padding: 4px;
}
.datalistbodyextrapadding td {
	padding: 6px;
}
.datalistitem {
	border-top: 1px solid #C0CCCC;
}
.datalistitemalt {
	background-color: #F0FFFF;
}
.datalistitemdisabled {
	color: #808080;
	font-style: italic;
}
.datalistfooter {
	border-top: 1px solid #336699;
}

/*============================================================================*/
/* AJAX POPUP-MESSAGE STYLES
/*============================================================================*/
.popupmessage {
   background-color: rgba(0, 0, 0, 0.8);
   color: #FFFFFF;
   text-shadow: #404040 1px 1px 1px;
   font-weight: bold;
   font-family: Trebuchet MS, Helvetica, sans-serif;
   -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
   -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
   -moz-border-radius: 14px;
   -webkit-border-radius: 6px;
   border: 2px solid rgb(20, 20, 20);
   border-radius: 6px;
   padding: 10px 16px 10px 16px;
   position: absolute;
   white-space: nowrap;
}

/*============================================================================*/
/* BUTTON STYLES
/*============================================================================*/

.button {
   text-decoration: none;
   -moz-box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.6);
   -webkit-box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.6);
   box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.6);
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   text-transform: uppercase;
   list-style-type: none;
   font-weight: bolder;
   font-family: Trebuchet MS, Helvetica, sans-serif;
   text-shadow: #404040 1px 1px 1px;
   color: #FFFFFF !important;
   border: 2px solid rgb(24, 101, 140);
   cursor: pointer;
   cursor: hand;
   white-space: nowrap;
   font-style: normal;
}
.standardbtn {
   background-color: #699CCF;
   background-image: url(/images/common/button-standard-background.png);
}
.highlightbtn {
   background-color: #F3A826;
   background-image: url(/images/common/button-highlight-background.png);
}
.tinybtn {
   font-size: 8.5pt;
   padding: 0px 0px 0px 0px;
   background-position: 0px -4px;
}
.smallbtn {
   font-size: 10.5pt;
   padding: 0px 6px 0px 5px;
   background-position: 0px -4px;
}
.largebtn {
   font-size: 11.5pt;
   padding: 1px 6px 2px 5px;
}
.buttonxicon {
	font-family: Arial Black, Verdana, Arial, sans-serif;
	font-size: 8.5pt;
	margin-right: 4px;
	color: #FF0000;
	display: inline;
}
.checkoutbutton {
	background-image: url(/images/common/cont-gradient-bkg.png);
    background-color: #008CD1;
    border: 3px solid #29527B;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 5px 5px 9px 5px;
	color: #29527B;
	font-size: 15pt;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	line-height: 100%;
}
.checkoutbutton h2 {
	padding: 0px 0px 4px 0px;
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	white-space: nowrap;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

/*============================================================================*/
/* SEARCH AUTO-COMPLETE STYLES
/*============================================================================*/

#searchautocompleteproductlist {
	width: 400px;
	border-right: 2px solid #29527B;
}
#searchautocompleteresults {
	display: none;
	position: absolute;
	left: 82px;
	top: 89px;
	width: 700px;
	border: 2px solid #29527B;
	background: #FFFFFF;
    z-index: 2000;
	-moz-border-radius-topright: 14px;
	-moz-border-radius-bottomleft: 14px;
	-moz-border-radius-bottomright: 14px;
	-webkit-border-top-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	border-top-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
    -moz-box-shadow: 4px 4px 25px rgba(70, 70, 70, 0.7);
    -webkit-box-shadow: 4px 4px 25px rgba(70, 70, 70, 0.7);
    box-shadow: 4px 4px 25px rgba(70, 70, 70, 0.7);
}
.searchautocompleteresultscontent {
    vertical-align: top;
}
.searchautocompleteresultscontenttext {
   padding-left: 6px;
   padding-right: 6px;
   padding-top: 4px;
   padding-bottom: 6px;
}
.searchautocompleteresultscontent ul {
   padding-left: 12px;
   padding-right: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   margin: 0px;
}
#searchautocompleteresultswait {
   background-image: url(/images/common/wait-animation.gif);
   background-repeat: no-repeat;
   font-family: Georgia, Times New Roman, Serif;
   color: #0088CB;
   font-size: 14pt;
   font-weight: bold;
   padding-left: 34px;
   margin: 15px;
   width: 200px;
   height: 26px;
}
.searchautocompleteresultsheader {
   height: 24px;
   font-family: Georgia, Times New Roman, Serif;
   color: #FFFFFF;
   background-image: url(/images/common/box-header-background.png);
   background-color: #0088CB;
   font-size: 12pt;
   font-weight: bold;
   vertical-align: middle;
   padding-left: 6px;
}
.searchautocompleteresultsheadertop {
	-moz-border-radius-topright: 11px;
	-webkit-border-top-right-radius: 11px;
	border-top-right-radius: 11px;
}
#searchautocompleteproductlist table {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 400px;
}
.searchautocompleteitem {
	cursor: pointer;
	cursor: hand;
}
.searchautocompleteproductimage {
    vertical-align: middle;
    text-align: right;
    padding-left: 5px;
    width: 48px;
    height: 40px;
}
.searchautocompleteproductimage img {
	max-width: 48px;
	max-height: 36px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.searchautocompleteproductdesc {
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
}
.searchautocompleteselecteditem {
    background-color: #1b90c8;
}
.searchautocompleteselecteditem a {
	color: #FFFFFF;
}

/*============================================================================*/
/* CONTENT SPECIFIC STYLES
/*============================================================================*/

#bestsellerlist {
	margin-left: 4px;
	margin-top: 8px;
	float: left;
    width: 384px;
}
#newinstocklist {
	margin-left: 16px;
	margin-top: 8px;
    float: left;
    width: 384px;
}
#latestreviewslist {
	margin-left: 4px;
	margin-top: 8px;
	float: left;
    width: 784px;
}
#latestnewslist {
	margin-left: 4px;
	margin-top: 8px;
	float: left;
    width: 784px;
}
#customerfavoriteslist {
	margin-left: 4px;
	margin-top: 8px;
	float: left;
    width: 384px;
}
#alltimebestsellerslist {
	margin-left: 16px;
	margin-top: 8px;
    float: left;
    width: 384px;
}
.latestreviewsitem {
	text-align: center;
	float: left;
	width: 196px;
}
.latestreviewsitemimgcont {
	position: relative;
	height: 97px;
	width: 100%;
	margin-bottom: 1px;
}
.latestreviewsitemimgcont div {
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.latestreviewsitemimgcont img {
    max-width: 74px;
    max-height: 88px;
}
.latestreviewsquote {
	width: 98%;
	line-height: 100%;
    font-weight: bold;
    margin-top: 2px;
}
.latestreviewsproductname {
	width: 98%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
}
.latestreviewsproductname a {
    font-weight: normal;
    color: #000000;
}
.latestreviewsreviewername {
	width: 98%;
    overflow: hidden;
    white-space: nowrap;
    font-style: italic;
}
#backinstocklist {
	margin-left: 4px;
	margin-top: 8px;
	float: left;
    width: 384px;
}
#preorderlist {
	margin-left: 16px;
	margin-top: 8px;
    float: left;
    width: 384px;
}
.bodycontentlistimagegroup {
   float: left;
   width: 80px;
   text-align: right;
}
.bodycontentlistimagegroup img {
   max-width: 74px;
   max-height: 60px;
}
.bodycontentlistcontent {
   width: 296px;
   float: left;
   margin-left: 8px;
}
.bodycontentlistitem {
   margin-bottom: 4px;
   overflow: hidden;
   white-space: nowrap;
}
.bodycontentbsitem {
   margin-bottom: 3px;
   overflow: hidden;
   white-space: nowrap;
}
.bodycontentbsitem img {
   float: left;
   margin-top: 2px;
}
.bodycontentbsitempos {
   width: 25px;
   float: left;
   text-align: right;
   padding-right: 3px;
}
.bodycontentbsitemdesc {
   width: 260px;
   overflow: hidden;
   white-space: nowrap;
   float: left;
}
.bodycontentnewsitem {
	margin-left: 10px;
	margin-top: 20px;
}
.bodycontentnewsheader {
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	color: #666633;
	margin-bottom: 6px;
	padding-bottom: 3px;
	vertical-align: bottom;
	border-bottom: 1px solid #666633;
	overflow: auto;
}
.bodycontentnewsheader h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	float: left;
}
.bodycontentnewsdate {
	font-size: 14px;
	float: right;
}
#minicartbutton {
	margin: 5px 2px 6px 2px; 
}

/*============================================================================*/
/* FOOTER STYLES
/*============================================================================*/

#pagefooter {
	margin-top: 14px;
	width: 990px;
	position: relative;
	height: 56px;
}
#pagefooterbottom {
	z-index: 0;
	width: 990px;
	height: 5px;
	background-color: #056697;
	border-top: 1px solid #29527B;
	position: absolute;
	top: 50px;
    -moz-box-shadow: 1px -2px 2px #AAAAAA;
    -webkit-box-shadow: 1px -2px 2px #AAAAAA;
    box-shadow: 1px -2px 2px #AAAAAA;
}
#pagefootertext {
	font-family: Georgia, Times New Roman, Serif;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #29527B;
	border-right: 1px solid #29527B;
	border-bottom: 1px solid #29527B;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-right-radius: 14px;
	background-image: url(/images/common/box-header-background.png);
    -moz-box-shadow: 1px -2px 4px #AAAAAA;
    -webkit-box-shadow: 1px -2px 4px #AAAAAA;
    box-shadow: 1px -2px 4px #AAAAAA;
    padding: 12px 0px 12px 0px;
}
#pagefooterdisclaimer {
	z-index: 100;
	font-family: Georgia, Times New Roman, Serif;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	width: 320px;
	height: 40px;
	border-top: 1px solid #29527B;
	border-right: 1px solid #29527B;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-right-radius: 14px;
	background-image: url(/images/common/box-header-background.png);
    -moz-box-shadow: 1px -2px 4px #AAAAAA;
    -webkit-box-shadow: 1px -2px 4px #AAAAAA;
    box-shadow: 1px -2px 4px #AAAAAA;
}
#pagefooterbuttonsetimg {
   width: 450px;
   height: 39px;
   position: absolute;
   left: 332px;
   top: 4px;
}
#pagefooterbuttonset img {
	z-index: 0;
}
#pagefooterbuttonset {
	position: relative;
}
#pagefooterbuttonset div {
    position: absolute;
    z-index: 2000;
    border: 1px solid #0000FF;
    border: none;
}
#pagefooterrightcap {
    position: absolute;
	z-index: 100;
	width: 193px;
	height: 50px;
	left: 795px;
	border-top: 1px solid #29527B;
	border-right: 1px solid #29527B;
	border-left: 1px solid #29527B;
	-moz-border-radius-topright: 14px;
	-moz-border-radius-topleft: 14px;
	-webkit-border-top-right-radius: 14px;
	-webkit-border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	background-image: url(/images/common/box-header-background.png);
    -moz-box-shadow: 1px -2px 4px #AAAAAA;
    -webkit-box-shadow: 1px -2px 4px #AAAAAA;
    box-shadow: 1px -2px 4px #AAAAAA;
}

/*============================================================================*/
/* BOX STYLES
/*============================================================================*/

.boxcontainer {
    width: 100%;
}
.boxsmallheader {
	position: relative;
	background-image: url(/images/common/box-header-background.png);
	border-left: 1px solid #29527B;
	border-right: 1px solid #29527B;
	border-top: 1px solid #29527B;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	padding: 1px 3px 4px 3px;
	font-family: Georgia, Times New Roman, Serif;
    text-shadow: #404040 1px 1px 1px;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.boxheader {
	position: relative;
	background-image: url(/images/common/box-header-background.png);
	border-left: 1px solid #29527B;
	border-right: 1px solid #29527B;
	border-top: 1px solid #29527B;
	-moz-border-radius-topright: 14px;
	-moz-border-radius-topleft: 14px;
	-webkit-border-top-right-radius: 14px;
	-webkit-border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	padding: 1px 3px 4px 3px;
	font-family: Georgia, Times New Roman, Serif;
    text-shadow: #404040 1px 1px 1px;
	color: #FFFFFF;
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
    -moz-box-shadow: 1px 0px 4px rgba(100, 100, 100, 0.7);
    -webkit-box-shadow: 1px 0px 4px rgba(100, 100, 100, 0.7);
    box-shadow: 1px 0px 4px rgba(100, 100, 100, 0.7);
    z-index: 1;
}
.boxheader a {
	color: #FFFFFF;
	text-decoration: none;
}
.boxheader a:hover {
	text-decoration: underline;
}
.boxheaderprefix {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 15pt;
	font-weight: bold;
	float: left;
	padding: 3px 3px 0px 3px;
	color: #29527B;
}
.boxtabheader {
	float: left;
	padding: 1px 13px 2px 13px;
	margin: 0px 4px 0px 0px;
	cursor: pointer;
	cursor: hand;
}
.boxtabheaderinactive {
	background-image: url(/images/common/box-header-background-inactive.png);
	background-color: #DDDDDD;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	border-top: 1px solid #C5C5C5;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.boxtabheaderdeal {
	padding: 1px 13px 2px 43px;
}
.boxheaderdealicon {
	position: absolute;
	left: 2px;
	top: -6px;
	width: 38px;
	height: 38px;
	border: none;
}
.boxtabbody {
	clear: both;
	border-top: 1px solid #29527B;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.boxbody {
	padding: 3px;
	border-left: 1px solid #29527B;
	border-right: 1px solid #29527B;
	border-bottom: 1px solid #29527B;
    -moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    -moz-box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.6);
    -webkit-box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.6);
    box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.6);
    z-index: 100;
}
.boxbodynoheader {
	border-top: 1px solid #29527B;
    -moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.boxbodynobox {
    z-index: 100;
}
.boxtabbodynobox {
	clear: both;
	border-top: 3px solid #29527B;
    background-image: url(/images/common/cont-gradient-bkg-inv.png);
    background-repeat: repeat-x;
	background-position: 0px -40px;
}
.boxtabnobox {
	margin-left: 6px;
}
.boxbodytext {
	padding: 6px 8px 8px 8px;
}
.boxbodyalt {
    background-image: url(/images/common/cont-gradient-bkg.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

/*============================================================================*/
/* PRODUCT STORE PAGE STYLES
/*============================================================================*/

#productstoreheader {
	float: left;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	font-size: 14pt;
}
#productstoreheader h1 {
	margin: 2px 0px 0px 0px;
	font-size: 22pt;
	color: #29527B;
}
#productstoreheadericon {
	float: left;
    margin-right: 10px;
}
#productstoreheaderimages {
	float: right;
}

/*============================================================================*/
/* PRODUCT PAGE STYLES
/*============================================================================*/

#productheadergroup {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
#productheader {
}
#productheadergroup1 {
	vertical-align: middle;
	text-align: center;
	padding-right: 12px;
	padding-top: 6px;
	width: 300px;
}
#productheadergroup2 {
	display: table-cell;
	vertical-align: top;
}
#prodbc a {
	font-weight: normal;
}
#prodtitle h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	color: #29527B;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
#prodtitle h2 {
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 8.5pt;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.prodsepbar {
    width: 100%;
	background-color: #97BADD;
    color: #97BADD;
	border: none;
	height: 1px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	clear: both;
	font-size: 1px;
}
#prodinfostandalone {
	font-size: 10pt;
	margin-bottom: 4px;
}
#prodpricelist {
	font-size: 9pt;
}
#prodpricelistprice {
	text-decoration: line-through;
}
#prodpriceregular {
}
#prodpriceregularprice {
	text-decoration: line-through;
}
#prodpriceyour {
    font-size: 11pt;
    font-weight: bold;
	float: left;
}
#prodpricesale {
}
#prodpriceyourprice {
	color: #FF0000;
	font-weight: bold;
	font-size: 13pt;
}
#prodpricesavings {
	float: left;
	font-size: 9pt;
	padding-left: 14px;
	padding-top: 4px;
	font-weight: bold;
}
#prodpricepoints {
	font-style: italic;
	clear: both;
	font-size: 8.5pt;
}
#prodprice {
	padding-bottom: 2px;
}
#prodofferslink {
	font-size: 10.5pt;
	padding-top: 2px;
}
#prodlangwarning {
    font-size: 9pt;
    font-weight: bold;
}
#prodcatlist {
	margin-top: 7px;
}
#prodcatlist a {
	font-weight: normal;
}
#prodaddtocart {
	font-size: 9pt;
	margin-top: 4px;
}
#prodaddtocart select {
	font-size: 12pt;
	margin-top: 2px;
}
#prodinstock {
	font-size: 10.5pt;
}
#prodinstock strong {
	font-size: 13.5pt;
	font-weight: bold;
	color: #00AA00;
}
#prodaddtocarttool  {
	margin-top: 4px;
}
#prodaddtocarttool input[type="text"] {
	height: 23px;
	font-size: 13pt;
	padding-left: 3px;
	border: 1px solid #999999;
}
#prodinstocknotification {
}
#prodinfobox {
	margin-top: 6px;
	border: 2px solid #97BADD;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	padding: 8px;
}
#prodinfoawards {
	font-weight: bold;
}
#prodinfoawardsshowdetail {
	display: none;
	float: left;
}
#prodinfoawardshidedetail {
	display: none;
	float: left;
}
.productinfoawardsummaryimg img {
	float: left;
	border: none;
	margin-right: 6px;
}
.productinfoawardimg {
	width: 80px;
	text-align: right;
	float: left;
}
.productinfoawardimg img {
	border: none;
	margin-right: 6px;
}
#prodinfoawardlist {
	margin-top: 3px;
	position: relative;
}
#prodinfoawardsfull {
    position: absolute;
    z-index: 1000;
    left: -26px;
    top: 0px;
    width: 480px;
    padding: 5px;
    border: 3px solid #97BADD;
    background-color: #FFFFFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 4px 4px 25px rgba(70, 70, 70, 0.7);
    -webkit-box-shadow: 4px 4px 25px rgba(70, 70, 70, 0.7);
    box-shadow: 4px 4px 25px rgba(70, 70, 70, 0.7);
	display: none;
}
#prodinfoawardsfullclose {
	position: absolute;
	right: 4px;
	top: 4px;
	border: none;
    border: 2px solid #FF0000;
    padding: 3px;
    border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #FFFFFF;
    opacity: 0.90;
}
#prodinfocounts {
	margin-top: 4px;
}
#prodinfocounts table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.prodinfocountheader {
	font-size: 11pt;
	width: 33%;
	text-align: center;
}
.prodinfocountdata {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 15pt !important;
	font-weight: bold;
	width: 33%;
	text-align: center;
	line-height: 8pt;
    text-shadow: rgba(100, 100, 100, 0.4) 1px 1px 2px;
}
.prodinfocountmin {
	text-align: center;
	font-size: 9.5pt;
	font-weight: normal;
	vertical-align: 20%;
}
#prodshoppinglist {
	margin-top: 4px;
}
#producthazard {
	font-family: Georgia, Times New Roman, Serif;
	border: 1px solid #000000;
    border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	padding: 6px;
	margin-top: 8px;
	background-color: #F6F6F6;
}
#productpartynote {
	font-family: Georgia, Times New Roman, Serif;
	border: 1px solid #000000;
    border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	padding: 6px;
	margin-top: 8px;
	background-color: #effff1;
}
#prodfacebooklike {
	margin-top: 9px;
}
#prodpromos {
	margin-top: 12px;
}
#prodrequires {
    margin-top: 12px;
}
.prodsectiontitle {
	padding: 0px;
	margin: 0px 0px 6px 0px;
	font-size: 15pt;
	color: #666633;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Serif;
}
.prodsection {
	margin-left: 14px;
}
#proddescription {
    margin-top: 10px;
    clear: both;
}
.prodimagegroup {
	margin: 6px 14px 4px 6px;
	float: left;
}
.prodimagegroup a {
	font-weight: normal;
}
#productimagegroupimg {
	display: inline-block;
	position: relative;
}
#productheaderimage {
	position: relative;
	display: inline-block;
}
.productimagelarge {
	z-index: 800;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
.productimagemagnifier {
	border: none;
    position: absolute;
    right: -11px;
    bottom: -6px;
}
.productimageclose {
	border: none;
    position: absolute;
    left: 6px;
    top: 6px;
    border: 2px solid #FF0000;
    padding: 3px;
    border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #FFFFFF;
    opacity: 0.80;
}
#prodinformation {
	margin-top: 10px;
	width: 50%;
	float: left;
}
#prodinformation ul {
	margin: 0px;
	padding: 0px 0px 0px 16px;
}
#prodcontents {
	margin-top: 10px;
	width: 50%;
	float: left;
}
#prodcontents ul {
	margin: 0px;
	padding: 0px 0px 0px 16px;
}
#proderrata {
	margin-top: 10px;
	clear: both;
}
#prodexpansion {
    margin-top: 12px;
}
#prodcrosssell {
    margin-top: 12px;
}
#prodcounterreviews {
   margin-top: 12px;
}
.review {
	margin-bottom: 20px;
}
.reviewlast {
}
.reviewrating {
	float: left;
	margin-bottom: 1px;
}
.reviewtitle {
	font-weight: bold;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12pt;  
	float: left;
	width: 500px;
}
.reviewname {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12pt;  
	float: right;
}
.reviewnamenorating {
	float: left;
}
.reviewdate {
	float: right;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12pt;  
}
.reviewotherrelease {
	font-size: 9pt;
    font-style: italic;
}
.reviewbody {
	border-top: 1px solid #AAAAAA;
	margin-top: 4px;
	padding-top: 3px;
}
#prodreviews {
	margin-top: 12px;
}
#prodotherresources {
    margin-top: 12px;
}
.mediaitem {
	padding: 6px;
}
.mediaitemtitle {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 4px;
}
.mediaitembody {
}


/*============================================================================*/
/* PRODUCT LIST STYLES
/*============================================================================*/
#paginationcontrols {
	padding: 2px 2px 4px 2px;
}
#paginationtoprow {
	background-image: url(/images/common/cont-gradient-bkg.png);
	background-position: 0px -10px;
	background-repeat: repeat-x;
	border: 1px solid #0087ca;
	margin: 4px 0px 0px 0px;
    position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    -moz-box-shadow: 1px 1px 5px #909090;
    -webkit-box-shadow: 1px 1px 5px #909090;
    box-shadow: 1px 1px 5px #909090;
	padding: 5px;
	z-index: 10;
}
#paginationbottomrow {
	z-index: 5;
    position: relative;
	width: 100%;
	padding-left: 1%;
}
#pageinationbottomrowinner {
    z-index: 6;
    position: relative;
	width: 96%;
	padding: 5px;
	background-image: url(/images/common/cont-gradient-bkg.png);
	background-position: 0px 10px;
	background-repeat: repeat-x;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	-moz-border-radius-bottomleft: 14px;
	-moz-border-radius-bottomright: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
#paginationshowunavailable {
	float: right;
	margin-right: 5px;
}
#paginationfilterby {
	float: left;
	margin-left: 5px;
	white-space: nowrap;
}
#paginationviewcount {
	float: left;
}
#paginationviewtype {
	float: left;
	margin-left: 23px;
	margin-top: 2px;
}
#paginationviewindex {
	float: right;
}
.prodsummarygrid {
    width: 129px;
    height: 102px;
    float: left;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.prodsummarygridimage {
	width: 100%;
	position: absolute;
/*	bottom: 40px;*/
    bottom: 32px;
}
.prodsummarygridimage img {
	max-width: 70px;
	max-height: 70px;
}
.productsummarygriddesc {
	width: 123px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    font-size: 11px;
}
.productsummarygridstock {
	font-size: 10px;
	padding-bottom: 3px;
}
.prodsummarycompact {
    width: 50%;
    float: left;
}
.prodsummaryimage {
	float: left;
	width: 100px;
	padding-right: 6px;
	text-align: right;
}
.prodsummaryimage img {
	max-width: 90px;
	max-height: 100px;
}
.prodsummarycompactimage {
	float: left;
	width: 76px;
	padding-right: 6px;
	text-align: right;
	padding-left: 3px;
}
.prodsummarycompactimage img {
	max-width: 70px;
	max-height: 70px;
}
.prodsummarycompactdesc {
	float: left;
	max-width: 297px;
	padding-right: 3px;
}
.prodsummarydesc {
	float: left;
	width: 673px;
}
.productsummaryrow {
	margin-top: 6px;
	margin-bottom: 25px;
}
.prodsummaryextradata {
	float: left;
	text-align: center;
	width: 120px;
}
.prodsummaryextradatasmall {
    font-size: 10px;
}
.prodsummarydescextradata {
	width: 553px;
}

/*============================================================================*/
/* GENERAL STYLES
/*============================================================================*/

#checkoutheader {
   width: 990px;
   background-image: url(/images/checkout/checkout-header-bg.png);
   background-repeat: repeat-x;
   background-position: 0px 58px;
   height: 68px;
   position: relative;
}
#checkoutheadershadow {
   position: absolute;
   left: 0px;
   top: 58px;
   height: 10px;
   width: 990px;
   -moz-box-shadow: 1px 2px 6px rgba(100, 100, 100, 0.6);
   -webkit-box-shadow: 1px 2px 6px rgba(100, 100, 100, 0.6);
   box-shadow: 1px 2px 6px rgba(100, 100, 100, 0.6);
}
.checkoutbody {
	width: 800px;
	margin-left: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*============================================================================*/
/* BLOG STYLES
/*============================================================================*/

#blogpage {
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 10pt;
   width: 990px;
}
#blogpage td {
   font-size: 10pt;
}
#blogpageheader {
}
#blogpageheader h1 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 20pt;
	float: left;
	margin: 20px 0px 6px 12px;
	padding: 0px;
	font-weight: bold;
	color: #29527B;
}
#blogpageheadertoolbar {
	background-image: url(/images/common/box-header-background.png);
	border-top: 2px solid #29527B;
	border-right: 2px solid #29527B;
	border-bottom: 2px solid #29527B;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	font-family: Georgia, Times New Roman, Serif;
    text-shadow: #404040 1px 1px 1px;
	padding: 2px 0px 1px 0px;
    color: #FFFFFF;
	font-size: 15pt;
	font-weight: bold;
	clear: both;
   -moz-box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.6);
   -webkit-box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.6);
   box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.6);
}
#blogpageheadertoolbar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#blogpageheadertoolbar li {
	float: left;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#blogpageheadertoolbar li a {
	color: #FFFFFF;
	text-decoration: none;
}
#blogpageheadertoolbar li a:hover {
	text-decoration: underline;
}
#blogpageheaderimage {
	padding: 4px;
	float: left;
	border: none;
}
#blogpageheaderlogin {
   font-family: Georgia, Times New Roman, Serif;
   font-weight: bold;
   font-size: 10pt;
   float: left;
   text-align: center;
   padding-left: 40px;
   padding-top: 18px;
}
#blogfunagainlogoheader {
	padding-top: 4px;
	padding-bottom: 4px;
	font-style: italic;
	text-align: center;
	float: right;
}
#blogpagecontent {
	padding: 2px 8px 5px 5px;
}
#blogpagetools {
	width: 200px;
	background-color: #e0f1fa;
	border-left: 2px solid #5bb6e3;
	border-right: 2px solid #5bb6e3;
	vertical-align: top;
	padding: 4px;
   -moz-box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.6);
   -webkit-box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.6);
   box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.6);
}
#blogpagefooter {
	background-image: url(/images/common/box-header-background.png);
	border-top: 2px solid #29527B;
	border-right: 2px solid #29527B;
	border-bottom: 2px solid #29527B;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	font-family: Georgia, Times New Roman, Serif;
    text-shadow: #404040 1px 1px 1px;
	padding: 2px 0px 1px 0px;
    color: #FFFFFF;
	font-size: 15pt;
	font-weight: bold;
   -moz-box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.6);
   -webkit-box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.6);
   box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.6);
}
#blogpagefootertext {
}
#blogfunagainlogofooter {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 10px;
	font-style: italic;
	text-align: center;
}
#blogpagebody{
	width: 100%;
}
#blogpagecontenteditor {
	width: 750px;
	height: 500px;
}
.blogpost {
	margin-bottom: 24px;
	margin-top: 8px;
}
.blogposttitle {
   border-bottom: 1px solid #666633;
   margin-bottom: 6px;
   padding-bottom: 3px;
}
.blogposttitletext {
   float: left;
   width: 470px;
   font-family: Georgia, Times New Roman, Serif;
   font-weight: bold;
   font-size: 12pt;
   color: #666633;
}
.blogposttitletext a {
   color: #666633;
}
.blogposttitledate {
   float: right;
   font-family: Georgia, Times New Roman, Serif;
   font-weight: bold;
   font-size: 10pt;
   color: #666633;
}
.blogpostbody {
	overflow: hidden;
	margin-left: 6px;
}
.blogpostsubtitle {
   font-family: Georgia, Times New Roman, Serif;
   font-weight: bold;
   font-size: 12pt;
}
.blogpostfooter {
   border-top: 1px solid #666633;
   padding: 3px 0px 3px 0px;
   margin-top: 6px;
}
.blogpostfooterauthor {
	float: left;
	font-style: italic;
}
.blogpostfootertools {
	float: left;
	margin-left: 40px;
}
.blogpostfootercomments {
	float: right;
}
#blogpostcomments {
   margin-top: 16px;
}
#blogpostcomments h1 {
   font-family: Georgia, Times New Roman, Serif;
   font-size: 12pt;
   color: #666633;
   font-weight: bold;
}
.blogpostcommentsbutton {
   margin-bottom: 10px;
}
.blogcomment {
	margin-bottom: 7px;
	margin-top: 5px;
}
.blogcommentheader {
   border-bottom: 1px solid #666633;
   margin-bottom: 6px;
   padding-bottom: 3px;
}
.blogcommenttitle {
   float: left;
   font-weight: bold;
   font-size: 9pt;
   color: #666633;
}
.blogcommentauthor {
   float: left;
   margin-left: 20px;
   font-weight: bold;
   font-size: 9pt;
   color: #000000;
}
.blogcommenttools {
   float: left;
   margin-left: 20px;
   font-weight: bold;
   font-size: 9pt;
   color: #666633;
}
.blogcommentdate {
   float: right;
   font-weight: bold;
   font-size: 9pt;
   color: #666633;
}
.blogcommentbody {
}

