body {
	margin-top: 20px;
	background-image: url(/styles/bg-1.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	background-color: #FFBA52;
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding: 6px;
	font-size: 12px;
	text-align: center;
}
.breadcrumb {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

.footer h2 {
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	padding-top: 0px;
}


.wrapper {
	background-color: #FFFFFF;
	border: 2px solid #333333;
	margin: 0px auto 5px;
	padding: 0px;
	width: 750px;	/*border-collapse: separate; 
	border-spacing: 10px 20px;*/
}


#c1, #c2 {
	float: left;
}
#c1 {
	width: 330px;
}
#c2 {
	width: 350px;
	
}
#cartDetail
{
    width: 680px;
    margin-right: auto;
    margin-left: auto;
}
#cartDetail table
{
    width: 100%;
    background-color: #003366;
}
#cartDetail table th
{
    background-color: #fef1c7;font-size:16px;
}
#cartDetail table th,#cartDetail table td
{
    padding:5px;
}
#cartDetail table td
{
    background-color: #FFFFFF;
}
#cartDetail table td:nth-child(3)
{
    width: 100px;
}
#cartDetailBody table td:nth-child(2) {
    width: 30px;
}


a:link {
	color:#333333;
	text-decoration:none;
}

a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #CA7900;
}

a:active {
	color:#CA7900;
}
.ems {
	color: #990000;
}
.tabnav {
	font-size: 1.15em;
	font-weight: bolder;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.tabnav td {
	text-align: center;
}

.tabcontent {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
	margin-bottom: 20px;
}
.tabcontent a{
	font-size: 1.2em;
	font-weight: bold;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #DF8600;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	margin: 0px;
	padding: 0px;
}

.tabproduct {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tabcart {
	font-size: 0.85em;
	margin: 0px;
	padding: 1px;
	width: 200px;
}
.tabcart a{
	color: #df8600;

}

.tabcheckout
{
    border: 1px solid #C0C0C0;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 26px;
    margin-bottom: 20px;
    empty-cells: show;
    border-spacing: 0px;
}
.tabcheckout a{
	font-weight: normal;
}

.tabcheckout td
{
    padding: 2px;
    border: 1px solid #CCCCCC;
    vertical-align: top;
}

#content
{
    width:95%;
    padding:10px;
}
/*--------------------------------------------Message box start-----------------------------*/
.info, .success, .warning, .errorMsg, .validation {
 border: 1px solid;
 margin: 10px 0px;
 padding: 15px 10px 15px 50px;
 background-repeat: no-repeat;
 background-position: 10px center;
 font-size:12px;
}

.info {
 color: #00529B;
 background-color: #BDE5F8;
 background-image: url('/images/icons/info.png');
}

.success {
 color: #4F8A10;
 background-color: #DFF2BF;
 background-image: url('/images/icons/success.png');
}

.warning {
 color: #9F6000;
 background-color: #FEEFB3;
 background-image: url('/images/icons/warning.png');
}

.errorMsg {
 color: #D8000C;
 background-color: #FFBABA;
 background-image: url('/images/icons/error.png');
}

.active_True
{
    background:url(/images/icons/true.png);
    background-repeat:no-repeat;
    width:16px;
    height:16px;display:block;
    cursor:pointer;
}

.active_Flase
{
    background:url(/images/icons/flase.png);
    background-repeat:no-repeat;
    width:16px;
    height:16px;display:block;
    cursor:pointer;
}

/*--------------------------------------------Message box end-----------------------------*/


/* Loading Overlay */
#overlay {
    background: #EAF3C6 url(/images/icons/ajax-loader.gif) no-repeat 50% 50%; 
    display: none; 
    position:absolute;
    text-align: center;         
    z-index:1;     
    border:1px dashed #CBE488;
    width:250px;
    height:100px;
    width:600px;
}
   
#overlayBS {
    background: #EAF3C6 url(/images/icons/sm-ajax-loader.gif) no-repeat 50% 50%; 
    display: none; 
    position: absolute; 
    text-align: center;         
    z-index:1;     
    border:1px dashed #CBE488;
}


table.addressPayment td
{
    border: 1px none #FFFFFF;
    padding:2px;
}
table.addressPayment td input[type=text]
{
    border: 1px solid #CCCCCC;width:200px;
}
.error
{
    color:Red;
}