/*
 * host site 
 */
div.bsMain {
    background-color: #fff;
    border: solid 1px #fff;
    height: 100%;    
    /*min-height: 940px;  */
}
div.bsMenu {
    background-color: #f2f2f2;
    border: solid 1px #fff;
}
div.bsMenu p { /* 2257 */
    font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 85%;
}


/*
 * home page
 */
div.WelcomeText {
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	width: 220px;
	margin-top: 40px;
}
table.MiniProduct {
	width: 150px;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 85%;
}
a.Thumb img {
	border: solid 1px #cdcdcd !important;
	width: 75px;
	margin-top: 10px;
}
td.Price {
	font-size: 120%;
	font-weight: bold;
	color: #f60;
	vertical-align: middle;
}


/*
 * common
 */
table.Header td {
	color: #fff;
	vertical-align: middle;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 85%;		
	font-weight: bold;	
}
div.ContentFlex {
	padding: 10px;
}
.ContentFixed {
	/*width: 528px;*/
	padding: 10px;
}


/* 
 * menu bar
 */
td.MenuItem {
    background: #f2f2f2 url(../images/misBullet1.gif) no-repeat 10px center;
	padding: 5px 4px 5px 28px;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 85%;	
}
td.MenuItem a { 
	color: #6B6B6B;
	font-weight: bold;
	text-decoration: none;
}
td.MenuItem a:hover { 
    color: #179ACF; 
}
td.MenuItemSelected {
	background-color: #deefff;
	background-image: none;
	border: solid 1px #7baeff;
	border-left-width: 0;
	border-right-width:0;
}
td.MenuItemSelected a { 
    color: #179ACF; 
}
table.LangMenu td {
    padding: 10px
}


/* 
 * sections 
 */
table.Section {
	width: 100%;
	margin-top: 20px;
}
.SectData {
	background: #ECECEC url(../images/misSectDataBg.gif) no-repeat 0 0;
	padding: 5px;
}
.SectData td {
	padding: 5px; 
}
td.SectInst {
	color: #ffffff;
	background: #797979 url(../images/misSectionBg.gif) repeat-x 0 0;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 85%;	  
	font-weight: bold;	  	
}
.Framed {
	border: solid 1px #DCDCDC;
	background-color: #ffffff;
}


/* 
 * wizard
 */
table.WizCommand {
	width: 100%;	
	margin-top: 20px;
	border-top: solid 2px #D4D4D4;
	border-bottom: solid 2px #D4D4D4;
	background-color: #ECECEC;
}
table.WizCommand td {
    padding: 5px;
}


/* 
 * pagers 
 */
table.Pager td {
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 85%;		
	font-weight: bold;	
	vertical-align: middle;
	color: #fff;
	height: 31px;
}
table.Pager td a { 
    color: #fff; 
}
table.Pager td a:hover { 
    color: #FF4500; 
}
table.Pager td select { 
    font-size: 1em; 
}


/*
 * cart grid
 */
td.CartHeader { 
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 85%;			
	font-weight: bold;
	color: #fff;	
	background: #797979 url(../images/misSectionBg.gif) repeat-x 0 0;
	height: 20px;
	vertical-align: middle;
}
td.CartItem {
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 85%;		
	background-color: #fff;
	vertical-align: top;
}
td.CartItem a { font-weight: bold; }


/* 
 * checkout: step 1 
 */
td.IconBar, td.IconBarSelected {
	width: 220px;
	height: 85px;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 85%;	
	font-weight: bold;
}
td.IconBar img, td.IconBarSelected img {
    margin-right: 10px;
}
td.IconBar a, td.IconBarSelected a {
	display: block;
	width: 220px;
	height: 85px;
	text-decoration: none;
	padding: 5px;
	border: 2px;		
}
td.IconBar a {
	background-color: #f2f2f2;
	border-style: outset;
}
td.IconBar a:hover {
	background-color: #DEEFFF;
	border: solid 2px #7BAEFF;
}
td.IconBarSelected a {
	color: #666;
	background-color: #DCDCDC;
	border-style: inset;
}


/* 
 * order summary 
 */
table.OrderSumm {
	background-color: #f2f2f2;
}
table.OrderSumm TD {
    padding: 5px;
	font-weight: bold;	
	background-color: #fff;
}


/* 
 * products 
 */
table.Product {
	border-bottom: dotted 1px #dddddd;
}
table.Product td {
    padding: 10px; 
}
table.Product td a {
	font-size: 110%;
	color: #179ACF;
	text-decoration: none;
}
table.Product td a:hover { 
    text-decoration: underline; 
}
td.TextHiLite, span.TextHiLite {
	color: #FF4500;
	font-weight: bold;
	vertical-align: middle;
}
table.PriceBar {
	padding-right: 10px;
}
.MediaItem {
	border: solid 1px #000000;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 0.85em;	
	text-align: center;
	display: inline;
	float: left;
}


/* 
 * form buttons 
 */
.Button {
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;	
	font-weight: bold;
	color: #ffffff;
	border: none 0px;
	padding-bottom: 4px;
	background-color: #197AEF;
	background-position: 0px 0px;	
}
.ButtonSW {
	background-image: url(../images/bgButtonSW.jpg);
	height: 31px;
	width: 70px;
}
.ButtonLW {
	background-image: url(../images/bgButtonLW.jpg);
	height: 31px;
	width: 100px;
}
.ButtonSG1 {
	background-image: url(../images/bgButtonSG1.jpg);
	height: 31px;
	width: 70px;
}
.ButtonLG1 {
	background-image: url(../images/bgButtonLG1.jpg);
	height: 31px;
	width: 100px;
}
.ButtonSG2 {
	background-image: url(../images/bgButtonSG2.jpg);
	height: 31px;
	width: 70px;
}
.ButtonLG2 {
	background-image: url(../images/bgButtonLG2.jpg);
	height: 31px;
	width: 100px;
}


/* 
 * menu bar 
 */
table.SmallCart {
	background: #d4d4d4 url(../images/bgSmallCart.gif) no-repeat 0px 31px;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 85%;		
}
table.SmallCart td input {
    margin: 10px 0;
}
tr.SmallCartItem td {
    padding: 5px 2px;
}