﻿#wrap{
	width:960px;
	margin:0 auto;
	text-align:left;
	margin-top:8px;
	padding:5px;
	background:#fff;
    font-family:AvenirLTStd, Arial, Helvetica, sans-serif;
	font-size:15px;    
    line-height:16px;
}
#wrap label{
	display:block;
	font-size:12px;
	color:#000;
    font-weight:bold;
}
#wrap .cont_order input{
	margin-bottom:5px;
}
#wrap input[type=text]:hover, #wrap input[type=text]:active {
background-color: #FAF398;
}
#wrap input#submit
{
margin:0px;
}
#wrap div#totalPrice, div#totalPrice2, div#totalPrice3
{
    padding:10px 10px 10px 5px;
    font-weight:bold;
    font-size:15px;
}

#wrap div#totalSaving, div#totalSaving2, div#totalSaving3
{
    padding:10px 10px 10px 5px;
    font-weight:bold;
    font-size:17px;
    color:#0298e6;
}

ul {
	margin:0;
	padding:0;
	list-style:none
	}

ul.section {
	margin:0;
	padding:0;
	padding-top:20px;
	position:relative;
	top:1px;
	}

ul.section li {
	float:left!important;
	padding:0!important;
	margin:0 2px 0 0!important;
	}

ul.section a {
	float:left;
	padding:6px 14px 8px 14px;
	color:#000;
	font-size:40px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	margin:0;
	position:relative;
	}

ul.section a:visited {
	color:#000;
	}

ul.section a:hover {
	color:#0298e6;
	text-decoration:none;
	outline:0;
	}

ul.section a:active {
	color:#000;
	text-decoration:none;
	outline:0;
	}

ul.section li.active a {
	color:#000;
	background-color:#fff!important;
	text-decoration:none;
	outline:0;
	}

ul.section a.ontop:hover, ul.section li.active a.ontop {
	}

.tabwrap li {
	margin-top:12px!important;
	background-color:#ddd;
	background-image:url(tabbackground.png);
	}

li.active {
	background-color:#ddd;
	}

/* tab panel content */

.tabwrap {
	clear:both;
	}

.tab_container {
    width:930px;
	padding:0px 5px 0px 5px;
	border:1px solid #bbb;
	background-color:#fff;
	clear:both;
	}

.tab-content {
	width:100%;
	clear:both;
	}

.tab_content {
	font-size:13px;
	}

/* rounded tab corners */

ul.section a {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

ul.section li {
	border:1px solid #bbb;
	border-bottom:0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}