/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	background-image: url(/brand/licorvette/header.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.redunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.clearfloat{
	clear:both;
}

td.colWishList{
	display:none;
	width:110px;
	text-align:center;
}
.wishlistcontrols{
	font-size: 0.9em;

	padding-left: 2px;
	padding-top: 2px;

}
p.wishlabel{
	float: left;
	margin:0 5px 0 0;
	padding-top:3px;
	color: #666;
}
.wishlistcontrols a,.wishlistcontrols a:visited{
	position:relative;
	display: inline-block;
	padding: 1px 8px;
	line-height:14px;
	margin-right:1px;
	color: #000;
	text-decoration: none;
	font-weight:700;
	text-align: center;
	background: rgb(249,249,249);
background: -moz-linear-gradient(top,  rgba(249,249,249,1) 25%, rgba(229,229,229,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(249,249,249,1)), color-stop(100%,rgba(229,229,229,1)));
background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 25%,rgba(229,229,229,1) 100%);
background: -o-linear-gradient(top,  rgba(249,249,249,1) 25%,rgba(229,229,229,1) 100%);
background: -ms-linear-gradient(top,  rgba(249,249,249,1) 25%,rgba(229,229,229,1) 100%);
background: linear-gradient(to bottom,  rgba(249,249,249,1) 25%,rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e5e5',GradientType=0 );

	border: 1px solid #ddd;
	border-radius:3px;
}
.wishlistcontrols a:hover{
	background:#fff;
	border-color:#aaa;
	color:#111;
}



a.bigugly {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
}
a.bigugly:visited {
	color: #ffffff;
}
a.go {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	font-size: 1.4em;
	font-weight: bold;
}
a.go:hover {
	color: #FFFFFF;
	background-color: #FF0000;
	border-top-color: #A7A7A7;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #A7A7A7;
}
a.go:visited{
	color: #ffffff;
}
a.cartcontrol,a.cartcontrol:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #308606;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	font-size: 1em;
	font-weight: bold;
	padding-left: 3px;
	margin-left: 4px;
}
a.cartcontrol:hover {
	color: #FFFFFF;
	background-color: #A7DA8E;
	border-top-color: #A7A7A7;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #A7A7A7;
}
a.nav {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
}
a.nav:hover {
	color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	background-color: #EB1414;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
a.normlink {
	color: #666666;
	text-decoration: underline;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.normlink:hover {
	color: #000000;
	background-color:#F0F0F0;
	text-decoration: underline;
}
a.checkout{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF4646;
	border-right-color: #CC0000;
	border-left-color: #FF4646;
	font-style: oblique;
	background-color: #308606;
}
a.checkout:hover {
	color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	background-color: #A7DA8E;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.boxaround {
	border: 1px solid #000000;
}
a.bigtext {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.add2cart-input{
	float:left;
	margin-left:5px;
}
.add2cart-input input{
	width: 30px;
	margin-right:5px;
	margin-top: 5px;
}
#shrink-select{
}
#shrink-select select{
	font-size:11px;
}
.repos-input{
}
.repos-input input{
	margin-top: 4px;
}
.checkoutButtonCont{
	background:#eee;
	height:35px;
	text-align:center;
}
.checkoutButton{
	clear:both;
	background-color:#000;
	width: 300px;
	margin:auto;
}
.checkoutButton a{
	display: block;
	width: 100%;
	margin:auto;
	font-size: 18px;
}
.checkoutButton.us{
}
.checkoutButton.nonUS a{
	width: 155px;
	margin-left: 70px;
	font-weight: normal
}
.checkoutButton.nonUS span{
	font-size: 10px;
}
.checkoutButtonHelp{
	text-align:center;
	font-size: 9px;
}
.announcement{
	width: 80%;
	margin: 5px auto;
	padding: 5px;
	clear:both;
	border: solid 1px #0080FF;
	border-radius:10px;
}
.clear:first-of-type{
	margin-bottom:40px !important;
}
.aButton,.aButton:visited{
	display:inline-block;
	width:40%;
	margin:auto 0.3em;
	padding:0.4em;
	text-align:center;
	color:#111;
	text-decoration:none;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 49%, #e5e5e5 50%, #f7f7f7 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 49%,#e5e5e5 50%,#f7f7f7 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 49%,#e5e5e5 50%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	border:solid 1px #555;
	border-radius:0.6em;
}
.aButton:hover{
	background:#fff;
	border-color:#000;
}