
@-viewport {
	width: 1100px;
	min-zoom: 0.25;
	max-zoom: 5;
	orientation: landscape;
}

*, html {
	margin: 0; padding: 0;
}

body {
	margin: 0; padding: 0;
	font-family: 'Ubuntu', Myriad Pro, sans-serif;
	background: url('../images/bg_gray.gif') repeat top left;
}

a, a img {
	text-decoration: none;
	border: none; 
	outline: none;
	color: #0055a2;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.alignleft {
	margin: 0 40px 20px 0;
	float: left; 
}

.alignright {
	margin: 0 0 20px 40px;
	float: right; 
}

.overflow_correct {
	overflow: hidden;
}

a.red_button {
	margin: 10px 0 0 0;
	padding: 0 18px;
	color: #fff !important;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	background: #d0343a;
	display: inline-block;
	text-transform: none;
	box-shadow: 2px 2px 2px #3a3a3a;
}

a.red_button:hover {
	text-decoration: none;
}

h1.newsletter, h1.white12
{
	FONT-SIZE: 14pt;
	COLOR: #21529c;
	FONT-WEIGHT: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin: 0px;
	padding: 0px;
	}
h1.newsletter
{
	line-height: 25px;
	}
h1.white12
{
	font-size: 12px;
	color: White;
	}
	
    h2.newsletter
    {
        FONT-SIZE: 12pt;
        COLOR: #000000;
        line-height: 14pt;
        margin: 0px;
        padding: 0px;
        }
    
blockquote
{
    margin: 5px 5px 0px 25px;
    }
	

/* List items in product pages */
.productRenderList
{
    background-image: url(../images/icons/ico_bullet.gif);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 6px;
    padding-left: 20px;
    margin-left: 5px;
    padding-top: 5px;
    vertical-align: middle;
}
ul.productList 
{
    list-style-type: none;
    padding: 0px 5px;
    margin: 0px 5px;
    font-size: 13px;
}
ul.productList li
{
    background-image: url(../images/icons/ico_bullet.gif);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 6px;
    padding-left: 20px;
    padding-top: 5px;
    vertical-align: middle;
}
    ul.productList li ul
    {
        padding-left: 20px;
    }
ol
{
    padding-left: 20px;
}
    ol li
    {
        padding-top: 5px;
    }
.arrow, .arrow20, .arrowLeft, .bullet 
{
    background-image: url('../images/icons/ico_bullet1.gif');
    background-repeat: no-repeat;
    background-position: center 2px;
    min-width: 10px;
}
.arrow20 {
    width: 20px;
}
.arrowLeft 
{
    background-position: left top;
    margin-left: 2px;
}
.bullet 
{
    background-image: url('../images/icons/ico_circle_bl.gif');
    background-position: 50% 1px;
}


/* Regular text font */
.reg10 {
	FONT-SIZE: 10px;
	}  
.reg11 {
	FONT-SIZE: 11px;
	}
.reg12 {
	FONT-SIZE: 12px;
	line-height: 14pt;
	}
.reg14 {
	FONT-SIZE: 14px;
	}
	
.blue11 {
	COLOR: #0055a2;
	FONT-SIZE: 11px;
	}
.blue12 {
	COLOR: #0055a2;
	FONT-SIZE: 12px;
	}
.blue14 {
	COLOR: #0055a2;
	FONT-SIZE: 14px;
	}
.bluelink12 {
	COLOR: #0055a2;
	FONT-SIZE: 12px;	
	text-decoration: underline;
	}
.blue, a.blue
{
    color: #0055a2;
}
	
.blackLink12, a.blackLink12 {
	FONT-SIZE: 12px;	
	text-decoration: none;
	line-height: 15px;
	COLOR: #000;
	}
.blackLink11, a.blackLink11 {
	FONT-SIZE: 11px;	
	text-decoration: none;
	COLOR: #000;
	}
	
.grey10, .greyLink10, a.greyLink10 {
	COLOR: #999999;
	FONT-SIZE: 10px;
	text-decoration: none;
	}
.grey11, .greyLink11, a.greyLink11 {
	COLOR: #999999;
	FONT-SIZE: 11px;	
	text-decoration: none;
	}
.grey12, .greyLink12, a.greyLink12 {
	COLOR: #999999;
	FONT-SIZE: 12px;	
	text-decoration: none;
	}
.grey14 {
	COLOR: #999999;
	FONT-SIZE: 14px;
	}		
	
.white10 {
	COLOR: white;
	FONT-SIZE: 10px;
	}
.white11 {
	COLOR: white;
	FONT-SIZE: 11px;
	}		
.whiteLink11, a.whiteLink11 {
	COLOR: #FFF;
	FONT-SIZE: 11px;	
	text-decoration: none;
	}
.white12 {
	COLOR: white;
	FONT-SIZE: 12px;
	}
.whiteLink12, a.whiteLink12 {
	COLOR: #FFF;
	FONT-SIZE: 12px;	
	text-decoration: none;
	}
		
.red10 {
	COLOR: #FF0000;
	FONT-SIZE: 10px;
	}
.red11 {
	COLOR: #FF0000;
	FONT-SIZE: 11px;
	}
.red12 {
	COLOR: #FF0000;
	FONT-SIZE: 12px;
	}
.red
{
    color: #D0343A;
}

.yellow11 {
    COLOR: #ffcc33;
	FONT-SIZE: 11px;
	text-decoration: none;
}

.title {
	FONT-SIZE: 16px;
	FONT-WEIGHT: bold;
	}
	
.successMsg, .errorMsg
{
    background: #9fcf3e;    
    padding: 2px;
    margin: 2px;
    color: White;
    font-weight: bold;
    min-height: 20px;
}
.errorMsg
{
    background-color: #cf3e3e;  
}

/* Input styles */
/*.input {
	font-size: 13px; 
	border: 1px solid #FF8901;	
	background-color: #FFFFFF;
    padding: 2px 0px 1px 1px;
	margin-left: 0px;
	min-height: 16px;
	}
.txtBox, .txtBoxNo, .watermark, .watermarkText, .watermarkBlank 
{
    font-family: Arial;
	font-size: 13px; 
	border: 1px solid #7f9db9;	
    padding: 2px 0px 1px 1px;
	margin-left: 0px;
	min-height: 16px;
	}
.txtBoxNo {
	text-align: right;
	}*/	
	
.pointer {
	cursor: pointer;
}

.btnSpace
{
    padding-bottom: 2px;
}
.GB
{
    border: 1px solid #999999;
    background-color: #F5F4EA;
    padding: 2px 5px 2px 0px;
    margin-left: 0px;
    width: 99%;
    font-size: 14px;
}
.fixedFont
{
    border: 1px solid #d3d3d3;
    background-color: #d3d3d3;
    font-family: Courier New;
    padding: 2px 5px 2px 2px;
    width: 99%;
}
	
/* Row styles */
.rowHover
{
    text-align: left;
    vertical-align: top;
}
.rowHover:hover {
	background-color: #d0e7f5;
	text-align: left;
}
.rowBG, .inputTitle {
	/*background-color:#F5F4EA;
	padding-left: 2px;
	font-size: 13px;
	font-weight: bold;
    text-align: left;*/
    margin: 10px 0 5px 0;
	width: 100%;
	min-width: 90px;
	float: left;
	font-size: 11px; 
	text-transform: uppercase;
	font-weight: bold; 
	color: #363636;
}
.rowBlueBG {
	background-color:#709BBD;
	COLOR: white;
	FONT-SIZE: 13px;
	font-weight: bold;
}
.rowYellowBG {
	background-color:#FFECB5;
}

hr {
    float: left;
    width: 100%;
    min-height: 0px;
    color: #EBEBEB;
    background-color: #EBEBEB;
    border-top: 1px solid #EBEBEB;
    border: none;
    padding: 0;
    margin: 0;
}
.rowSeperator, hr.rowSeperator 
{
    background-color: #EBEBEB;
    color: #EBEBEB;
    height: 1px;
    padding: 0px;
    margin: 3px 0px;
    border: 0px;
    width: 100%;/**/
}


/* Table styles */	
.tableHeader
{
    background-color: #194483;
    font-weight: bold;
    font-size: 13px;
    color: White;
    vertical-align: middle;
    text-align: left;
    padding: 2px;
    margin-bottom: 5px;
    height: 20px;
    border-bottom: 1px solid #FFF;
                    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#709bbd', endColorstr='#d0e7f5');  for IE */
	                /*background: -webkit-gradient(linear, left top, left bottom, from(#194483), to(#194483));  for webkit browsers */
	                /*background: -moz-linear-gradient(top, #709bbd, #d0e7f5);  for firefox 3.6+ */
}

/* preset widths */
#maintable { 
    width:960px; 
    /*box-shadow: 3px 3px 2px #888;*/
} 

.HProw { 
    width:774px; 
} 

#contenttable, .headerTable, .contentOuterTable { 
    width: 100%; 
}
.contentOuterTable
{
    text-align: center; 
    border: 1px solid #EBEBEB; 
    padding: 1px;
}

table.repeater { border: 0; background-color: #CCC; color: #000;}
table.repeater th { padding: 2px; background-color: #fff7d5; color: #000; text-align: left; font-size: 10pt;}
    table.repeater th.dateWidth
    {
        width: 140px;
    }
table.repeater tr {background-color: #FFF}
table.repeater tr:nth-child(odd) {background-color: #E3E3E3}
table.repeater tr:nth-child(even) {background-color: #FAFAFA}
table.repeater tr.tblSubHeader {background-color: #F5F4EA; font-weight: bold;}
table.repeater td{ padding: 2px; text-align: left; font-size: 9pt;}

/* AJAX Styles */
.cartHoverPanel
{
    border: 1px solid #999;
    box-shadow: 3px 3px 2px #888;
    /*border-width:1px; 
    border-style:solid; */
    background-color: #FFF; 
    /*filter:alpha(opacity=90);
    opacity:0.9;   */
    position: absolute; 
    
    width: 155px; 
    padding: 3px;
    
	font-size: 11px; 
	color: #333333; 
}
	
.ajax__tab_header {white-space:normal !important}

.watermark, .watermarkText 
{
    background:#FFECE7;
}
.watermarkText
{
    color:gray;
}
.watermarkBlank 
{
    color:gray;
    font-size: 11px;
}

.modalBackground2 
{
    background-color: Gray;
    filter:alpha(opacity=60);
    opacity:0.60;         
}
.updateProgress
{
    border: 1px solid #EBEBEB;
    background-color: #FFF; 
    position: absolute; 
    width: 150px; 
    height: 50px;    
    box-shadow: 3px 3px 2px #888;
}
.updateProgressMessage
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
}

/* ****************** RatingStar ****************** */

.rating_bar {
  width: 66px;
  background: url(/Images/Rating/EmptyStars.gif) 0 0 repeat-x;
}
.rating_bar div {
  height: 20px;
  background: url(/Images/Rating/FilledStars.gif) 0 0 repeat-x;
}
.ratingStar
{
	white-space:nowrap;
	margin:0px;
	height:14px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor: pointer;
}
.ratingStar .Filled {
    background-image: url(../images/rating/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(../images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(../images/rating/ratingStarSaved.png);
}


/* CSS Buttons */
.blueButton, .blueButtonSm {
	/*text-shadow: -1px 0px 2px #000;*/ 
	-moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	box-shadow: inset 0px 1px 0px 0px #bee2f9;
	background: linear-gradient(to bottom, #5292d9, #0056b8); 
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5292d9), color-stop(1, #0056b8) );
	background: -moz-linear-gradient( center top, #5292d9 5%, #0056b8 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5292d9', endColorstr='#0056b8');
	background-color: #5292d9;

	border: none;
	/*-webkit-border-radius: 4px;
	border-radius: 4px;*/ 

	display: inline-block;
	color: #fff;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 8px;
	text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin: 2px 0px;


}.blueButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0056b8), color-stop(1, #5292d9) );
	background:-moz-linear-gradient( center top, #0056b8 5%, #5292d9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0056b8', endColorstr='#5292d9');
	background-color:#5292d9;
}.blueButton:active {
	position: relative;
	top: 1px;
    color: #fff;
}
.blueButton
{
    /*min-width: 75px; b7d8ed*/
}
.blueButtonSm
{
    width: 50px;
}

 table.border, table.reg12, table.noBorder {
	
	font-size: 13px;
	line-height: 18px;
	width: 100%;
}
table.border
{
	border: solid 1px #d0d0d0;
}
    table.reg12
    {
        border: none;
        background: #f2f2f2;
    }
    table.noBorder
    {
        border: none;
    }

table.border tr, table.reg12 tr, table.noBorder tr {
	padding: 10px 0 10px 0;
	width: 100%;
    vertical-align: top;
}

table.border th, table.reg12 th, table.noBorder th {
	background: #f2f2f2;
	text-transform: uppercase;
	font-size: 11px;
	text-align: left;
	padding: 10px;
}
    table.border th.product
    {
        width: 100px;
    }
    table.border th.description
    {
        /*min-width: 400px;*/
    }
    table.border th.price
    {
        width: 80px;
    }
    table.border th.qty
    {
        width: 80px;
    }

table th a
{
    color: #363636;
}
table.border th, table.border td {
	padding: 10px;
	border-bottom: dotted 1px #d0d0d0;	
}

table.border td {
	border-right: solid 1px #d0d0d0;
}
    table.reg12 tr, table.reg12 td
    {
        background-color: #FFFFFF;
        border: none;
    }
    table.noBorder tr, table.noBorder td
    {
        border: none;
    }

table.border td a.icon_mag {
	padding: 2px 0 0 22px;
	min-height: 28px; 
	height: auto !important;
	height: 28px;
	display: block;
	background: url('../images/icon_mag.gif') top left no-repeat;
    float: left;
}
table.border td a.product {
	min-height: 28px; 
	height: auto !important;
	height: 28px;
	display: block;
	color: #d0343a;
}

table.border td:last-child {
	border-right: none;
}

table.noBorder img, table.reg12 img
{
    margin: 0 5px;
    max-width: 950px;
}

/* Lock Screen-related CSS Classes */
.LockOff {
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}
.LockBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 105%;
	height: 105%;
	background-color: #999;
	z-index: 999;
	filter: alpha(opacity=75);
	opacity:0.75;
	padding-top: 20%;
}
.LockPane {
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 25%;
	visibility: visible;
	display: block;
	text-align: center;
	width: 100%;
}
.LockPane div {
	width: 55%;
	background-color: #363636;
	color: White;
	font-size: large;
	border: solid 5px #0055a2;
	padding: 9px;
	margin-left: auto;
	margin-right: auto;
}