﻿body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size:11px;
        }

html { margin: 0px; padding: 0px; }

h1 {
	color: #5b626c;
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #5b626c;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #5b626c;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	color: #5b626c;
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	color: #000;
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
}

h6 {
	color: #000;
	font: bold italic 100% Verdana, Arial, Helvetica, sans-serif;
}

img { border: 0px; }
hr { color: #ccc; height: 1px; }
table { font-size: 100%; }
code { color: #6c0; font: 100% "Courier New", Courier, monospace }
form { margin: 0px; padding: 0px; }
textarea, select { font: 100% Verdana, Arial, Helvetica, sans-serif; border:1px solid #666666;}

a:link {color:#2e3033;font-weight:normal;text-decoration:none;}
a:visited {color:#2e3033;font-weight:normal;text-decoration:none;}
a:hover {color:#2e3033;text-decoration:underline; cursor:pointer;}
a:active {color:#2e3033;text-decoration:underline; }

.bodytext
{
	margin: 0px;
	padding: 0px;
	/*background: url(images/bg_rep_grey.jpg);*/
	font: 11px, Arial, Helvetica, sans-serif;

}

/*location*/
.B				{font-weight:bold;}
.L				{text-align: left}
.R				{text-align: right}
.C				{text-align: center}
.J				{text-align: justify}


.top
{
	margin-top:0px;
}
.left
{
	margin-left:0px;
}

.topleft
{
	margin-top:0px;
	margin-left:0px;
}

.admintable
{
	margin: 2px;
	padding:0;
    border:1px dashed gainsboro;
   /* border:1px dashed #cccccc; */

}

h1.accent
{
 	font-size: 12px;
	font-weight:bold;
	color:#990000;
	margin: 0px;
	margin-bottom:5px;
   
}
.smalltext
{
    font-size: 8pt;
    color: #666666;
    font-family: verdana;
}

.AdBox h3
{
    font-weight: bold;
    font-size: 10pt;
    font-family: verdana;
	color:#C7C030;
	margin-top:1px;
	margin-bottom:3px;

}

.loginheader
{ 
    height:30px;
    font-weight: bold; 
    font-size: 10pt; 
    color: #666666; 
    font-family: verdana; 
    background-color: #f5f5f5; 
    text-align:center;
 }
 .logincell
 {
    background-color:#ffffff;
    vertical-align:middle;
    text-align:center;
    width:50%;
 }
.logtable
{
    border:1px solid #cccccc;
    width:600px;
    background-color:#cccccc;
    
}
.subcategory
{
    margin-left:10px;
}
.ProductBox
{
     height:300px;
     width:220px;
     border:1px solid #c5c5c5;
     margin:5px;

}
.ProductImage
{
    width:125px;
}
.ProductSummaryDisplayWrapper
{
     width:200px;
     padding-top:20px;
}
.ProductSummaryImageHolder
{
    height:135px;
    text-align:center;
    vertical-align:middle;
}
.ProductSummaryText
{
    padding-left:20px;
    height:55px;
}
.RetailPrice
{
    font-weight: bold;
    color: black;
    text-decoration: line-through;
}
.YouSave
{
    font-weight: bold;
    color: #336600;
}
.HookLine
{
    font-size: larger;
    color: #5b626c;
    font-style: italic;
}
.coreboxbody
{
    background-image:url('../images/core_box_bg.gif');
    width:140px;
    padding-left:20px;
    padding-right:20px;
}
.coreboxtop
{
   background-image:url('../images/core_box_top.gif');
   height:22px;
   width:180px;

}
.coreboxbottom
{
    width:180px;
    background-image:url('../images/core_box_bottom.gif');
    height:22px;

}
.coreboxheader
{
    width:180px;
    background-image:url('../images/core_box_bg.gif');
    font-weight: bold;
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
}
.tenpixspacer
{
    height:10px;
}
.twentypixspacer
{
    height:20px;
}
.sectionoutline
{
    border:1px solid #cccccc;
    padding:15px;
}

checkout-visited
{
    font-size: 16pt;
    color: #dcdcdc;
    font-family: verdana;
}
checkout-current
{
    font-size: 16pt;
    color: #990000;
    font-family: verdana;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url('../Images/FilledStar.png');

}

.emptyRatingStar {
    background-image: url('../Images/EmptyStar.png');
}

.savedRatingStar {
    background-image: url('../Images/SavedStar.png');
}
fieldset
{
    padding:10px;
    -moz-border-radius: 1em;  
}
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

/*New tags*/

.header
{
	width:950px;
}

.footer
{
	width:950px;
}

.parenttable
{
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    background: url('../images/bg_rep_grey.jpg');
    width:950px;
	height:560px;
}

.tabbar
{
	background: url('../images/tab-bg.png');
	height:32px;
	padding-top:10px;
}

.menu
{
	/*background: url(images/news_menu_background.jpg);*/
	border:0px;
	width:185px;
	padding-top:0px;
	padding-left:0px;
}
.content
{
	/*background: url(images/content_background.jpg);*/
	padding-left:5px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
}

.contenttableleft
{
   height:22px;
   width:35px;
   text-align:right;
}
.contenttableright
{
    width:35px;
    background-image:url('../images/content_table_right.jpg');
    height:22px;

}
.contenttablebody
{
    background-image:url('../images/content_table_body.jpg');
    font-weight: bold;
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
}

.coretablebody
{
    background-image:url('../images/core_table_body.gif');
    width:680px;
    padding-left:5px;
    padding-right:5px;
}
.coretabletop
{
    background-image:url('../images/core_table_top.gif');
    width:680px;
    height:20px;
    padding-left:5px;
    padding-right:5px;
}
.coretablebuttoom
{
    background-image:url('../images/core_table_bottom.gif');
    width:680px;
    height:20px;
    padding-left:5px;
    padding-right:5px;
}


.inputfrom_title
{
    text-align:center;
    color: #5b626c;
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
}
.inputfrom_subtitle
{
    text-align:left;
    color: #5b626c;
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	padding-top:2px;
    padding-bottom:2px;
}

.inputfrom_minisubtitle
{
    text-align:center;
    color: #5b626c;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	padding-top:2px;
    padding-bottom:2px;
}
.inputfrom_hightlinetitle
{
    text-align:left;
    color: #5b626c;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	padding-top:2px;
    padding-bottom:2px;
}

.inputfrom_label
{
    text-align:right;
    padding-left:5px;
    padding-right:5px;
    padding-top:0px;
    padding-bottom:0px;
}

.inputfrom_text
{
    text-align:left;
    padding-left:0px;
    padding-right:2px;
    padding-top:0px;
    padding-bottom:0px;
}

.labeldata
{
    text-align:left;
    color: #5b626c;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

.admin_menu_header
{
	padding: 0px;
background-image: url('../images/admin_Header.jpg');
	background-repeat: repeat;
}
.admin_menu_body
{
	padding: 0px;
background-image: url('../images/admin_Body.jpg');
	background-repeat: repeat;
}

.admin_menu_footer
{
	padding: 0px;
background-image: url('../images/admin_Footer.jpg');
	background-repeat: repeat;
}

.bar_header
{
	padding: 0px;
background-image: url('../images/blockdefault.jpg');
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	color: #000066;
	height: 26px;
	font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    font-family: Verdana, "Times New Roman", Helvetica, sans-serif;
}

.bar_admin
{
    padding: 0px;
background-image:url('../../../Resources/ImageCss/bottombrg.gif');
    background-repeat: repeat-x;
    text-align:left;
    vertical-align:middle;
    color: #5a676d;
	height:26px;
    font-size:10px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    font-family: Arial, "Times New Roman", Helvetica, sans-serif;
}

.bar_admin a
{
	text-decoration:none;
	color:#0076DC;
	font-size:10px;
}

.bar_admin a:hover
{
	text-decoration:none;
	color:#FF6600;
	font-size:10px;
}


.bar_footer1
{
    padding: 0px;
background-image:url('../images/bottombrg.gif');
    background-repeat: repeat-x;
    text-align:left;
    vertical-align:middle;
    color: #59656b;
	height:26px;
    font-size:10px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    font-family: Verdana, "Times New Roman", Helvetica, sans-serif;
}

.bar_footer1 a
{
	text-decoration:none;
	color:#336699;
	 font-size:10px;
}

.bar_footer1 a:hover
{
	text-decoration:none;
	color:#eb3500;
	 font-size:10px;
}


.wizardtable
{
	margin: 5px;
	padding:0;
	border:1px dashed #cccccc;

}

.RedUnderline
{
	border-bottom: red thin solid;
}

.RedRightline
{
	border-right-color: red;
}

.left
{
  text-align: left;
  margin-left: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.right
{
  text-align: right;
  margin-right: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.center
{
  text-align: center;
  margin-top: 1px;
  margin-bottom: 1px;
}

.text
{
	font-family: Arial;
	font-size: 12px;
	color: #003399;
}
.text1
{
	font-family: Arial;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}


.Grid { border: solid 1px #FFFFFF; }
.Grid td
{
border: solid 1px #FFFFFF;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
text-align: center;
}
.GridHeader
{
font-weight: bold;
background-color: #8b8dbb;
}
.GridItem
{
background-color: #e6e6e6;
}

.GridAltItem
{
background-color: white;
}

.bar
{	
	padding: 0px;
background-image:url('../images/tabbar.gif');
	height:25px;
    text-align:left;
    color: #5b626c;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}


.tabForm {
		border: 1px #9E9E9E solid;
		padding: 10px 8px 8px 8px;
		background-image : url('../images/searchFormBg.gif');
		background-repeat: repeat-x;
		background-position: 50% top;
		background-color: #eef3f8;
		font-size: 12px;
		color: #000000;
	}
	
