/*power review styles*/
.pr-snippet {
}

.pr-snippet-rating-decimal.pr-rounded, .pr-snippet-review-count, .pr-review-rating .pr-rating.pr-rounded{
	display: none;	
}
.pr-snippet-wrapper .pr-snippet-read-write{
	float: left;
	clear: none;
	border: none;
	border-left: 1px solid #cbcbcb;
	background: none;
	padding-top: .2em;
	padding-bottom: .2em;
}
.pr-snippet-wrapper {
	margin-bottom: 30px;	
}

.pr-snapshot .pr-snapshot-head,.pr-snapshot .pr-snapshot-body, div .pr-review-sort, div .pr-contents {
	background:none repeat scroll 0 0 #EFEFEF;	
}

div .pr-review-author{
	width: 18%;	
}
div .pr-review-main-wrapper, div .pr-review-rating-wrapper{
	width: 78%;	
}

div .pr-review-rating{
	float:left;
	width: 82%;
}
.pr-review-rating .pr-stars.pr-stars-small{
	float: right;	
}
div .pr-review-rating-headline{
	font-size: 1.1em;	
}
div .pr-review-text{
	border: 1px solid #ccc;	
	padding: 5px;
}
div .pr-other-attributes-list li.pr-other-attribute-label{
	width: 40%;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}
div .pr-other-attributes-list li.pr-other-attribute-value {
	width: 40%;	
}
div .pr-review-bottom-line-wrapper{
	margin-top: 15px;	
}

div .pr-review-points-attr-wrapper{
	clear: both;
}

div .pr-snapshot-consensus-value{
	border: none;
	background: none;	
	background-color:transparent;
	color: #999;
	font-size: 1.2em;
	margin-right: 0;
}

/* product page styles */
strong {
	color: #990000;
	font-weight: normal;
}
#products {
    clear: both;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0; 
    border: 0px solid red;
}
#producttitle {
	clear: both;
	display: block;
	width: 100%;
	margin: 1px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border: 0px solid red;
}

#producttitle img#guaranteed 
{
    float: right;   
}

#producttitle table {
    /*width: 730px;*/
    width: 100%;
}

.title {
    clear: both;
    display: block;
    margin: 0px 0px 5px 0px; 
    padding: 0px 0px 5px 0px;
    font-family: arial, helvetica, geneva, sans-serif;    
    height: auto; 
}
/* KAK - new to match updated branding */
#webPageContent #producttitle h1 {
	font-size: 24px;
	font-family: Verdana;
	font-weight: normal;
	padding-bottom: 5px;
}
#webPageContent #producttitle h3 {
	font-size: 18px;
	font-family: Verdana;
	font-weight: normal;
	padding-bottom: 5px;
}

#webPageContent h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0;
    padding: 0;
}
.title h2, .title h3 {
    font-size: 120%;
    margin: 0;
    padding: 0;
}

/* tab strip */
#tabstrip {
    clear: both;
    display: block;
    margin: 0px 0px 2px 0px;
    padding: 10px 0px 0px 0px;
    width: auto; 
}
#tabstrip table {
    width: 100%;
    overflow: hidden;
	border-collapse: separate;
	border-spacing: 2px 0;
}

#tabstrip td {
	border-right: solid 2px transparent;
	*position: relative;
}

#tabstrip td:last-child {
	border-right: 0;
}

#pageTabs {
	border-bottom: 4px solid #207498;
}


#webPageContent #maintab {
    clear: both;
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 0;
    padding: 15px 0px 0px 0px;
    font-family: arial, helvetica, geneva, sans-serif;
}
.info { 
	/*width: 740px;*/
	width: 100%;
}
.description {
	width: 100%;
}	
#webPageContent #maintab #maintabinfo {
	/*width: 740px;*/
	width: 100%;
	/*border: 1px solid red;*/
}

#notesblock .notes {
    padding: 0;
    white-space: normal; 
}
#notesblock .notes p {
    margin-bottom: 10pt;
}
#notesblock .notes strong {
	color: #990000;
}

#webPageContent #maintab #maintabphotosblock {
    /*width: 320px;*/
    width: 45%;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    /*border: 1px solid red;*/
	padding-top: 20px;
}
#webPageContent #maintab #descriptionblock #notesblock {
    font-size: 75%;
}    

/* main photo/thumbnails */
#mainphotocontainer { 
	/*
	width: 320px; 
	width: 45%;
	*/
	width: 95%;
	background-color: #fff; 
	margin: 0px 10px 20px 10px; 
	padding: 0px 0px 0px 0px; 
	white-space: normal;
	/*
	border: 1px solid green;
	margin: 0;
	padding: 0;
	*/
}
    
#mainphotoblock { margin: 10px; }
#mainphotowrapper { 
	width: 100%; 
	margin: 0; 
	padding: 0;
}
#mainthumbnailblock { border: 0px solid silver; margin-top: 10px; margin-bottom: 10px; }
    
#mainthumbnailblock table { border: 0px solid silver; }
#mainthumbnailblock table tr { border: 0px solid silver; }
#mainthumbnailblock table tr td { border: 0px solid silver; }
#mainthumbnailblock a.mainthumbnail, #mainthumbnailblock a.mainthumbnail:visited { 
	display: block; color: #000; margin: 3px; 
	width: 50px; height: 50px; padding: 1px; border: 1px solid #BBBBBB; cursor: pointer; /* border was color #3366FF */
}
#mainthumbnailblock a.mainthumbnail:hover { margin: 1px; border: 3px solid #ffcc00; }

/* explicit hyperlink styles (e.g. overrides above) */
#mainthumbnailblock a.mainthumbnailactive, #mainthumbnailblock a.mainthumbnailactive:visited { display: block; color: #000; margin: 2px; 
	width: 50px; height: 50px; padding: 1px; border: 2px dotted #ffcc00; cursor: default; /*KAK adjustment*/
}
                                        
/* large photo/thumbnails */
#largephotocontainer { 
	/*width: 740px; */
	width: 100%;
	background-color: #fff; 
	margin-bottom: 10px; 
	white-space: normal;  
}
    
#largephotoblock { 
	margin: 10px; 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0px solid red; 
	overflow: hidden;
}
#largephotowrapper {
	width: 100%; 
	margin: 0; 
	padding: 0;
}
#largethumbnailblock { border: 0px solid silver; margin-top: 0px; margin-bottom: 10px; }
    
#largethumbnailblock table { border: 0px solid silver; width: auto; }
#largethumbnailblock table tr { border: 0px solid silver; }
#largethumbnailblock table tr td { border: 0px solid silver; }

#largethumbnailblock a.largethumbnail, #largethumbnailblock a.largethumbnail:visited { 
	display: block; color: #000; margin: 3px; 
	width: 50px; height: 50px; padding: 1px; border: 1px solid #BBBBBB; cursor: pointer; 
}
#largethumbnailblock a.largethumbnail:hover { margin: 1px; border: 3px solid #ffcc00; }

/* explicit hyperlink styles (e.g. overrides above) */
#largethumbnailblock a.largethumbnailactive, #largethumbnailblock a.largethumbnailactive:visited { 
	display: block; color: #000; margin: 2px; 
	width: 50px; height: 50px; padding: 1px; border: 2px dotted #ffcc00; cursor: default; /*KAK adjustment*/
}

.callout {
    font-size: 90%;
    color: #fff;
    padding: 0px 3px;
    display: inline;
    width: auto;
}
.callout b {
    font-weight: bold;
    color: #ffffff;
    padding: 0px 3px;
}    
.highlight {
    font-weight: bold;
    background: #cc0000;
    color: #ffffff;
    padding: 0px 3px;
}
.savings {
    font-size: 100%;
    color: #cc0000;
    margin: 3px 0px 3px 0px;
    padding: 0px; 
    float: right;
    display: inline;
    font-weight: bold;
}
.savings b {
    font-weight: bold;
    background: #cc0000;
    color: #ffffff;
    padding: 0px 3px;
}  

.tabs {    
    font-family: arial, helvetica, geneva, sans-serif;
}     
                                                                             
.tabs .tab {
	font-size: 75%; 
	color: #fff;
	background-color: #585859;
	padding: 3px 7px 3px 7px;
	/*border-left: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	border-right: 0px #CCCCCC solid;*/
	border-radius: 7px 7px 0 0;
	-moz-borer-radius: 7px 7px 0 0;
    cursor: pointer;
	white-space: nowrap;	
}
.tabs .tab a, .tabs .tab a:link, .tabs .tab a:visited, .tabs .tab a:active {
	color: #fff;
	text-decoration: none;
    cursor: pointer;
	text-transform: lowercase;
}
.tabs .tab a:hover {
    /*color: #ff0000;*/
}
.tabs .tabselected {
	font-size: 75%; 
	color: #fff;
	padding: 3px 7px 3px 7px;
	/*border-left: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	border-right: 0px #CCCCCC solid;*/
	border-radius: 7px 7px 0 0;
	-moz-borer-radius: 7px 7px 0 0;
	background-color: #207498;
	white-space: nowrap;
	font-weight: normal;
	margin-bottom: -10px;
}
.tabs .tabselected a, .tabs .tabselected a:link, .tabs .tabselected a:visited, .tabs .tabselected a:active {
    color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}
.tabs .tabselected a:hover {
    cursor: default;
}
.tabs .tabspace {
	/*border-left: 1px #CCCCCC solid;*/
}

.tabs .tabspace .tabsavings {
	font-size: 120%;
    color: #cc0000;
    margin: 3px 0px 6px 0px;
    padding: 0px 0px 6px 0px; 
    
}
.tabs .tabspace .tabsavings b {
    font-weight: bold;
    background: #cc0000;
    color: #ffffff;
    padding: 0px 3px;
}  
.tabs .tabspace .tabsavings a {
	text-decoration: none;
	color: #cc0000;
}

.description {
    /*width: 320px;*/
    width: 95%;
    display: block;
    padding-top: 5px; /* was 15pt; */
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px; /* was 20pt; */
    font-size: 85%; 
}

.maintabphotos {
    font-size: 90%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
    /*border: 1px solid red;*/
}
.hint {
    padding: 0;
    font-size: 75%;
}
.hint p {
    margin-bottom: 0pt;
}
.hint strong {
	color: #990000;
}

/* for product copy ... */
.description p, .description p.body {
    margin-left: 0px;
}
.description .skucopy, .description .skucopy p {
	white-space: normal; 
	/*width: 320px;*/
	width: 100%;
}
.description .skucopy p strong {
	font-weight: normal;
	color: #990000;	
}
.description .copy p, .description .copy p.body {
    margin-left: 0px;
    margin-bottom: 10pt;
}
.description .copy ul {
    margin-bottom: 10pt;
}
/* for notes defined in the page copy */
#copyblock .copy {
	white-space: normal; 
}
.description .copy .notes {
    padding: 0;
    margin-bottom: 10pt;
    /*font-size: 70%;*/
}
.description .copy p.notes {    
}

/* more info box */
.moreinfo {
    margin: 0;
    padding: 0;
    height: auto;
    white-space: normal;
    border: 1px solid silver; 
    /*width: 300px;*/
    width: 80%;
}
.moreinfo p {        
	text-align: left; 
    color: #555555;
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: 80%;
    font-weight: lighter;
    margin-right: 12pt;
    margin-left: 12pt;
    margin-top: 12pt;
    margin-bottom: 12pt;
}
.moreinfo ul {
	width: auto;
}
.moreinfo li {
    color: #555555;
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: 80%;
    font-weight: lighter;
}

/* specifications */
.specs {
    width: 100%;
    display: inline;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0;
    font-size: small;
}
.specs table {
	margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px #cccccc dotted; /*KAK adjustment*/
	min-width: 200px;
    width: 100%;
    display: table;
}
.specs table tbody {
	margin: 0;
    padding: 0;
    border-bottom: 1px #fff dotted; /*KAK adjustment*/
}
.specs table tr {
	margin: 0;
	padding: 0;
}
.specs table tr td {
	margin: 0;
	padding: 3px;
	width: auto;
	background: #F7F7F7; 
	text-align: center;
	border: 1px #cccccc dotted; /*KAK adjustment*/
}

/*
.specs table tbody { margin: 0; padding: 0; }

.specs table caption {
    background-color: #dddddd;
    font-weight: normal;
    text-align: left;
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 2px 4px 2px 4px;
}
.specs table tr, .specs table tr td, .specs table tbody tr, .specs table tbody tr td {
    border-bottom: 1px #cccccc dotted; *KAK adjustment*
    margin: 0; padding: 0; 
}
.specs table tr:last-child, .specs table tr td:last-child {
    
}
*/

/* resources */
.resources {
    /*width: 320px;*/
    width: 100%;
    display: inline;
    float: left;
    margin: 0px 0px 20px 0px;
    padding: 0;
}
.resources p {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 10px 0px;
    display: block;    
    /*width: 320px;*/
    width: 100%;
}

/* shipping */
.shipping {
    /*width: 320px;*/
    width: 100%;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
.shipping ul {
    margin: 0;
    padding: 0;
}
.shipping li {
    margin-left: 15px;
    margin-bottom: 10pt;
}

/* see also links to similar product */
.seealsos {
    clear: both;
}
.seealsos p {
    margin: 0;
    padding: 0;
    font-weight: bolder;
}
.seealsos ul {
    list-style-type: circle;
}
.seealsos ul li {
    margin: 0;
    padding-top: 3px;
}

.thumbnaillist {
}
.thumbnaillist td {
}
.thumbnaillist .thumbitem {
}
.thumbnaillist .thumbnaillinks {
   border: 2px solid red;
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }
.thumbnaillist .thumbnailbox {
    cursor: pointer;
}
                                                      
/* full page photos */
.photos {
    clear: both;
    margin-top: 15px;
}
.photos img {
    border: 0px dotted red; /*KAK adjustment*/
}
.photos table {
    /*width: 740px;*/
    width: 100%;
}

.mainphotoBox {
    /*border: 1px solid red;*/
    padding: 0;
    margin: 0;    
}    
.mainphotocaption {
    clear: both;
    margin: 0; 
    padding: 12px 0px 0px 0px;
    width: 100%; 
}
.largephotocaption {
    clear: both;
    padding-top: 12px;
    width: 80%;
}
.photocaption {
    clear: both;
    padding-top: 12px;
    width: 90%; /* makes stretch length of photo */
}
.enlargelink {
    margin: 5px;
    width: 90%; 
    text-transform: lowercase;
}

#reviewstab {
	text-align: left;
}
.reviews {
	clear: both;
	text-align: left;
	margin: 20px 0px 10px 5px;
	font-size: 85%;
	min-height: 600px;
}

/* full page videos */
#videostab {
	/*text-align: center;*/
}
/*
#videostab iframe {
	margin: 0;
	padding: 0;
}
*/

.videos {
	clear: both;
	margin: 20px 0px 20px 0px;
	padding: 0;
	/*
	text-align: center;
	min-height: 320px;
	height: 320px;
	height: 640px;
	*/
	min-height: 250px;
	border: 0px solid #fff;
}

/* brands/trademarking */     
.brands {
	clear: both;
    /*
    float: left;
	*/
    margin: 30px 0px 0px 5px; 
    padding: 25px 0px 0px 0px; 
    /*font-size: 70%;*/
}
.brands p {
    color: #555555;
    font-size: 70%;
}

/* icon images/links */
.icons {
	clear: both;
    /*
    float: left;
    display: inline;
	*/
    margin: 25px 0px 0px 10px; 
    padding: 0px 0px 0px 0px;
	white-space: nowrap;    
}
.icons table {
	table-layout: auto;
}
.icons table td {
	/*border: 1px solid green;*/
	width: 80px;
	height: 80px;
	display: table-cell;
}
.icons table td a {
	width: 100%;
	height: 100%;
}
.icons .icontext {
    color: #555555;
    font-size: 65%;
    font-weight: lighter;
    margin-left: 5px;
    margin-right: 5px;
    white-space: normal;
}

/* skus */ 
#skutable {
	table-layout: auto;
	background-color: #fff;
}
.items {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    /* 
	overflow: hidden; 
    border: 1px solid red;
	*/
}
.skuTableWrapper {
}
/* overrides all inputs! */
.items input {
    /*font-size: small;*/
}
.items table {
	width: 100%;
}

/* override existing styles 'cuz of ie/utf8 issue */
.skuquantity {
}
.skuquantitybox {
    width: 25px;
	font-size: 100%; /*75%;*/
}
.skuquantityboxWarn {
    width: 25px;
    font-size: 100%; /*75%;*/
}
.skuquantityboxDisabled {
    width: 25px;
    font-size: 100%; /*75%;*/
}
.skubg1 td, .skubg2 td {
	border-top: 1px #CCCCCC dotted; /*KAK adjustment*/
	padding: 1px 5px;
	font-family: Arial;
}

.leftside {
    float: left;
    padding-left: 5px;
}

.highlightCartItem {
	background-color: #5AB228; /*#D7FA96; /*#ceffcc; /*#BCFF00;*/
	color: #fff;
}

.linkmagnifier {
	background-image: url(/styles/images/icons/magnifier_zoom_in.gif); 
	background-position: right; 
	background-repeat: no-repeat;
	padding-left: 5px;
}
.itemskulink {
	width: 60px;
	margin: 0;
	padding: 0; 
	white-space: nowrap;
}
.itemskulink a, .itemskulink a:link, .itemskulink a:visited {
	width: 80px;
	padding-right: 20px;
	/*text-decoration: none;*/
	color: #000000;
	white-space: nowrap;
}
.itemskulink a:hover {
	color: Red;
}

.namedcolor {
	color: #fff;
}
.namedcolor a, .namedcolor a:link, .namedcolor a:visited {
	color: #fff;
}
.unnamedcolor {
	color: #000;
}
.unnamedcolor a, .unnamedcolor a:link, .unnamedcolor a:visited {
	color: #000;
}

.skuswatchlink {
	font-weight: bold;	
	border-bottom: 0px;
	margin-right: 5px; 
	background-image: url(/styles/images/icons/magnifier_zoom_in.gif); background-position: left; background-repeat: no-repeat;
}
.skuswatchlink a, .skuswatchlink a:link, .skuswatchlink a:visited, .skuswatchlink a:active {
	margin-left: 17px; 
	/*text-decoration: none;*/
}
.skuswatchlink a:hover {
    /*color: red;*/
}

.productsGrid {
	/*
	border: 1px solid silver;
	border-collapse: collapse;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
	border-bottom: 2px solid silver;
	*/
	border: 1px solid silver;
	margin: 15px 0px 10px 0px;
	padding: 0;
	width: 100%; 
}

.productsGrid table { 	
	margin: 0;
	padding: 0;
	table-layout: fixed; 
}

.productsGrid tr {  }

.productsGrid td {
	margin: 0;
	padding: 4px;
	border: 1px solid silver;
	display: table-cell;
}

.titleLinksHelper { margin: 0; padding: 0px 0px 0px 20px; font-size: small; display: inline; }
/*
.titleLinksHelper a, .titleLinksHelper a:link, .titleLinksHelper a:active, .titleLinksHelper a:visited { color: inherit; text-decoration: underline; }
.titleLinksHelper a:hover { color: inherit; }
*/
.titleLinksHelper ul { display: inline; margin: 0; padding: 0; }
.titleLinksHelper li { display: inline; list-style-type: none; }	

.qtyInputBox { text-align: right; }

.videobox {
    /*color: #4F8A10;
    background-color: #DFF2BF;*/
    font-size: 13px;
    /*border: 1px solid;*/
    margin: 10px auto;
    padding: 15px 10px 15px 15px;
    text-align: center;
   /* background-image: url('/styles/images/icons/green_play_btn.png');
	background-repeat: no-repeat;
    background-position: 20% center;*/
}
/*.videobox a {
	padding-left: 10px;
}*/

.gridlink {
	background-image: url('/styles/images/icons/icon_grid.png');
	background-repeat: no-repeat;
	background-position: right center;	
	padding: 0px 20px 0px 0px;
}
.listlink {
	background-image: url('/styles/images/icons/icon_list.png');
	background-repeat: no-repeat;
	background-position: right center;	
	padding: 0px 20px 0px 0px;
}

.inlineblock {
	display: inline;
}