﻿body, html 
{
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px;
    border:0px;
    margin-left:auto;
    margin-right:auto;
    font-family: Arial, Verdana;    
}


#heading
{
    width:100%;
    background-color: #fff;
    
}
#heading #center
{
    width:1024px;
    
    margin-left:auto;
    margin-right:auto;
    color:White;
    font-size:180%;
    font-weight:bold;
}

.link
{
    text-decoration: none;
    color: white;
    margin-right: 45px;
    font-size: 12px;
    padding:15px;
    }

#menu
{
    width: 100%;
    height:25px;
    /*background-color: #DBEADC;*/
    background-color: #33a;
    margin-left:auto;
    margin-right:auto;
    padding-top:10px;
    color: white;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', endColorstr='#3366aa'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#036), to(#36a)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #036,  #36a); /* for firefox 3.6+ */    
    
     -moz-box-shadow: 0 0 8px 3px #999;
    -webkit-box-shadow: 0 0 8px 3px #999;
    
}

#menu #center
{
    width:1024px;
    height:35px;
    margin-left:auto;
    margin-right:auto;
    font-size:100%;
    font-weight:bold;   
}

#main
{
    width: 1020px;
    height: 100%;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #ccc;
    
    
}

#mainbg
{
    background-image: url('/images/formost_background.jpg');
    background-repeat:repeat-x;
    background-position: left -100px;
    background-size: 100%;
    height: 100%;
    
    
    
    }

#frame_container
{
    width: 1020px;
    height: 1020px;
    border: 0px;    
}

img
{
    border:none;
    -ms-interpolation-mode: bicubic;
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
    }
    
    
    /* START CSS FOR CART */

#cartShell
{
	width: 900px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
}

#cartHeader
{
	height: 45px;
	float: left;
	width: 100%;
}

#cartHeader #rightTopCorner
{
    float:left;
    width:25px;
    height:45px;
}

#cartHeader #leftTopCorner
{
    float:left;
    width:25px;
    height:45px;
}

#cartHeader #midSection
{
    float:left;
    width:848px;
    height:45px;
    
}

#cartHeader #midSection .heading
{
	float: left;
	margin-top: 10px;
	vertical-align: middle;
	font-size: 16px;
}

#midSection .description {    width:510px;    }
#midSection .item {    width:75px;    }
#midSection .quantity {    width:115px;    }
#midSection .price {    width:75px;    }

.cartItemDivider
{
	float: left;
	height: 1px;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #22B6E7;
}

#cartData
{
    float:left;
    width:100%;    
}

#cartData .cartItemRow
{
    width:100%;       
   border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #22B6E7;
}

#cartTotal
{
    width: 100%;
 border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #22B6E7;     
    position:relative;
    float:left; 
}

#cartTotal .row
{
    float:right;
    width:100%;    
    height: 30px;
}

#cartTotal .totalCaption
{
	width: 143px;
	float: right;
	font-size: 12px;
	margin-top: 5px;
}

#cartTotal .totalAmount
{
	width: 75px;
	float: right;
	font-size: 15px;
	margin-top: 5px;
	font-weight: bold;
	color: #466687;
}

#cartTotal .buffer
{
    width: 29px;
    float: right;         
    font-size: 140%;
    height: inherit;
}

#shipEstText
{
    font-size:8px;
    }

#cartPromoArea
{
    width: 100%;
    border-top:1px solid #ccc;    
    border-bottom:1px solid #ccc;
    height: 55px;
    position:relative;
    float:left; 
}

.rowLeft, .rowRight
{
    width:25px;
    float:left;    
    min-height:55px;
}

#cartHeader #midSection
{
    float:left;
    width:848px;    
}

#midSection .rowItem
{
	float: left;
	margin-top: 10px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
}


#cartHeader #midSection .partition
{
	float: left;
	margin-top: 5px;
	height: 15px;
	margin: 10px;
	width: 1px;
}

.cartItemRow #midSection .partition
{
    
    float:left;     
    margin:10px;
    width:3px;
}

#cartFooter
{
	height: 35px;
	float: left;
	width: 100%;
}

#cartFooter #rightBottomCorner
{
    float:left;
    width:25px;
    height:35px;
}

#cartFooter #leftBottomCorner
{
    float:left;
    width:25px;
    height:35px;
}

#cartFooter #midSection
{
    float:left;
    width:848px;
    height:35px;
    
}

.cartButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #E6E6E6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	background-position: center top;
	padding-top: 6px;
	padding-right: 21px;
	padding-bottom: 6px;
	padding-left: 21px;
	margin-top: 1px;
}.cartButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.cartButton:active {
	position: relative;
	top: 1px;
}


/* END CSS FOR CART */

.clear
{
    clear:both;
    }
    
    
    
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear:both;
}
