
/* theme.css contains styles that support different sizes of theme images */
@import url("theme.css");

/* begin general styles for all themes */
body {
	margin: 0px;
	padding: 0px;
	
	background-color:#ffffd2;
	
	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12;
	
}

p, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}

form {
	margin: 0px;
}

a:link {
	color: #3366ff;
	text-decoration: none;
}

a:visited {
	color: #7c22ce;
	text-decoration: none;
}

a:hover {
	color: #000080;
	text-decoration: underline;
}

a:active {
	color: #000080;
	text-decoration: none;
}

a.checkout-checkoutbg {
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

a.checkout-checkoutbg:link {
	color: #ffffff;
	text-decoration: none;
}

a.checkout-checkoutbg:visited {
	color: #ffffff;
	text-decoration: none;
}

a.checkout-checkoutbg:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.checkout-checkoutbg:active {
	color: #ffffff;
	text-decoration: underline;
}

a.checkout-textcolor:link {
	color: #000000;
	text-decoration: none;
}

a.checkout-textcolor:visited {
	color: #000000;
	text-decoration: none;
}

a.checkout-textcolor:hover {
	color: #000000;
	text-decoration: underline;
}

a.checkout-textcolor:active {
	color: #000000;
	text-decoration: underline;
}

ul {
	list-style-type: disc;
   margin-left:1em;
   padding-left:1em;
}

.clear {
	clear:both
}

.actCHECKOUTEM {
	background-color: #aeb0d0;
}

.actCHECKOUTBG {
	background-color: #ffffff;
}

.actlarger {
	font-size: 13px;
	color: #000000;
}

.actsmaller{
	font-size: 10px;
	color: #000000;
}

.actxxsmall {
	font-size: 10px;
	color: #000000;
}

.actxsmall {
	font-size: 12;
	color: #000000;
}

.actsmall {
	font-size: 12;
	color: #000000;
}

.actregular {
	font-size: 13px;
	color: #000000;
}

.actlarge{
	font-size: 16px;
	color: #000000;
}

.actxlarge {
	font-size: 20px;
	color: #000000;
}

.actxxlarge {
	font-size: 20px;
	color: #000000;
}

.actwarningcolor {
	color: #ff0000;
}
	
.actrequiredcolor {
	color: #ff0000;
}

.actsearchhighlightcolor {
	color: #ff0000;
}

.actrequired {
	color: #ff0000;
}

.actwarning {
	font-size: 12;
	color: #ff0000;
}

.actwelcome {
	font-size: 12;
	color: #000000;
}

.actlogotext {
	font-size: 12;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 12;
	color: #3366ff;
}

.thinborder1 {
	border: 1px solid #9dcc63;
}

.thinborder2 {
	border: 1px solid #000000;
}

.thinred {
	border: solid 1px #9dcc63;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #000000;
	border-top: 0px;
} 

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

.boxheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffd2;
}

a.boxlink:link{
	color: #ffffd2;
	text-decoration:none;
}

a.boxlink:visited{
	color: #ffffd2;
	text-decoration:none;
}

a.boxlink:hover{
	color: #ffffd2;
	text-decoration:underline;
}

a.boxlink:active{
	color: #ffffd2;
	text-decoration:none;
}



div.CheckoutCartSection {
	margin-top: 0px;
	margin-bottom: 10px;
}

table.checkout#idTableCheckoutSection {
	margin-bottom: 0px;
}

table.checkout-cart {
	width: 580px;
	border-collapse: collapse;
	padding: 0px 0px;
	margin-bottom: 5px;
}

table.checkout-cart th{
	font-weight: bold;
	background-color: #ffffff;
	border-top: solid 1px #aeb0d0;
	border-bottom: solid 1px #aeb0d0;
	padding: 4px 4px;
}

table.checkout-cart td{
	padding: 4px 4px;
}

table.checkout {
	width: 580px;
	border-collapse: collapse;
	padding: 0px 0px;
	text-align: left;
	margin-bottom: 5px;
}

table.checkout th {
	background-color: #aeb0d0;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 5px 2px;
	border-bottom: solid 3px #ffffd2;
}

table.checkout th.instruction {
	font-size: 12;
	font-weight: normal;
}

table.checkout th.change {
	font-size: 12;
	font-weight: bold;
	padding: 0px 0px;
	text-align: right;
}

.checkout-change-button	{
	line-height: 13px;
	height: 20px;
	width: 86px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size : 12;
	background-color: #000000;
	border: 1px solid #9dcc63;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}

.checkout-login-button	{
	line-height: 13px;
	height: 15px;
	width: 70px;
	margin: 20px 0px 20px 0px;
	padding: 3px 20px 2px 0px;
	font-size : 12;
	background-color: #000000;
	border: 1px solid #9dcc63;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}

.checkout-login-button a {
	padding-left: 20px;
	color: #ffffff;
	text-decoration: none;
	}

table.checkout td {
	background-color: #ffffff;
	border-right: solid 1px #ffffd2;
	border-bottom: solid 1px #ffffd2;
	padding: 2px 2px;
}

table.checkout#idBothAddressesTable col {
	width: auto;
}

td#idCheckoutHelpLabel,
table.checkout#idBothAddressesTable col.prompt {
	width: 130px;
}

.cart {
	background-color: #ffffff;
	border-bottom: solid 1px #aeb0d0;
}

.checkout-cartheading {
	font-weight: bold;
	background-color: #ffffff;
	border-top: solid 1px #aeb0d0;
	border-bottom: solid 1px #aeb0d0;
}

.cartheading {
	background-color: #aeb0d0;
	font-weight: bold;
	color: #ffffff;
}

h2.checkout-heading {
	background-color: #aeb0d0;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 2px;
	border-bottom: solid 3px #ffffd2;
	width: 580px;
}

h3.checkout-heading {
	width: 580px; 
	padding: 3px 0;
	background-color: #aeb0d0;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: solid 3px #ffffd2;
}

.checkout-subheading {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

img.cartthumbnail {
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	width: 25px;
}

.button-wrapper {

	/*background: url('button_background_right.gif') right no-repeat;
	padding: 0 10px 0 0;*/

}
	/* display: inline-block; */

.button {
	/*background: url('button_background_left.gif') left no-repeat;
	cursor:pointer;
	color: #ffffff;
	padding: 0 0 0 10px;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;*/
	background:#57ab5d;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 14px;
	color: #2d3d45;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#b1ffad 0%,
		#57ab5d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b1ffad),
		to(#57ab5d));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #08090a;
	-moz-box-shadow:
		0px 1px 3px rgba(212,183,97,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(212,183,97,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
		margin:25px auto auto auto;
		min-width:100px;
}
	
.cart-button {
	height: 28px;
}

input.normal-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #ffffd2;
	background: #000000;
	padding: 5px;
	border: solid 1px #000000;
}

input.highlight-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #ffffd2;
	background: #9dcc63;
	padding: 5px;
	border: solid 1px #000000;
}

.checkout-field-label {
	width: 160px;
}

.checkout-field-input {
	width: auto;
}

.checkout-field-input input, .checkout-field-input select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffd2;
	padding: 2px;
}

.InvoiceField input, .InvoiceField select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffd2;
	padding: 2px;
}

.DeliverField input, .DeliverField select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffd2;
	padding: 2px;
}

table.checkout#idBothAddressesTable select {
	width: 211px;
}

input.checkbox {
	background-color: #ffffff;
	border: 0;	
}

.checkout-field-area {
	background: #ffffff;
	border-bottom: solid 2px #ffffd2;
	width: 580px;
}

.checkout-field-area p {
	margin: 0;
	padding: 4px;
}

div.checkout-buttons {
	width: 580px; 
	height: 50px; 
	margin-top: 20px;
}
	
.left { 
	float : left; 
	width : 50%; 
}

.right { 
	float : right; 
	width : 40%; 
}

.spacer { 
	clear : both; 
}

.checkout-help-hide { 
	display: none; 
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxbody {
	background: url('theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

.boxbody ol {
	margin: 0;
	padding: 0;
	margin-left: 1.2em;
	padding-left: 1.2em;
}

.boxbody ol li {
	margin-bottom: 0.2em;
}

/* Checkout Progress Indicator */

p.checkout-progress-heading {
	width: 300px;
	margin: 0px auto;
}

#checkout-progress-indicator {
	width: 300px;
	height: 19px;
	background-image: url('cpi-background.gif');
	margin: 0 auto 0px auto;
}

.checkout-progress-0 {
	width: 75px;
	height: 19px;
	background-color: #9dcc63;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1 {
	width: 150px;
	height: 19px;
	background-color: #9dcc63;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2 {
	width: 225px;
	height: 19px;
	background-color: #9dcc63;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3 {
	width: 300px;
	height: 19px;
	background-color: #9dcc63;
	background-image: url('cpi-main.gif');
	float: left;
}

#checkout-progress-indicator .cpi-end {
	width: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 19px;
	background-image: url('cpi-end.gif');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

#actinic-sitemap {
	margin-left: 5px;
}

#actinic-sitemap ul {
	margin-bottom: 0;
	padding-bottom: 0;
}


/* end of general styles for all themes */


/*
 * Site-wide styles for CHEAPTENTS.COM
 * Works best for IE7 acceptable for FireFox and IE6
 * Styles for new CT Header in Actinic 
 */

/* CSS Specific to 'Executive', 'Technical'
 * and 'Contemporary'
 * These Actinic styles removed from 
 * style sheet due to conflict with
 * Cheaptents Header
 */

body
{
   background-color:#FFFFD2; 
   color:black;
}

/* Generic */

.floatRight
{
   float:right !important;
}

.floatLeft
{
   float:left !important;
}

#skip-to-content
{
   display:none
}

/* General */

#outer-container
{
   margin-left:auto;
   margin-right:auto;
   width:auto;
   background-color:#FFFFD2; 
   padding-top:8px;
   padding-bottom:15px;
}

#container
{
   margin-left:auto;
   margin-right:auto;
   width:760px;
   border:1px solid #9aa1a0;
   background-color:#FFFFD2;
}

#page-title-container
{
   margin-left:auto;
   margin-right:auto;
   padding-top:19px;
   background-color:#FFFFD2;
   font-family: Verdana, Arial, sans-serif;
}

#page-title-container h1
{
   font-size:3em;
   font-weight:bold;
   color:#666666;
   text-align:center;
   min-height:62px;
}

#page-title-container h4
{
   font-size:3em;
   font-weight:bold;
   text-align:center;
   min-height:62px;
   font-family: Arial;
   color: #000000;
}


h2
{
   font-size:1.4em;
   font-weight:bold;
   margin-bottom:0.5em;
}

h3
{
   font-size:1.4em;
   font-weight:normal;
   font-style:italic;
   margin-bottom:0.2em;
}


.red-bold
{
   font-size:1.1em;
   font-weight:bold;
   color:#FF0000;
}

.indent
{
   text-align:left;
   margin-left:20px;
   margin-right:30px;
}

#ct-horiz-line
{
   min-width:740px;
   border-top-width:1px;
   border-top-style: solid;
   border-top-color: #9aa1a0;
   padding-top:10px; 
}


/* Header */

#header
{
   font-size:82.5% !important;
   font-family: Verdana, Arial, sans-serif;
}

#nav-logo
{
   border:0px solid; 
   width:101px; 
   height:97px; 
   float:left;
   border-top:1px #c7cbcb;
}

#header a
{
   text-decoration:none;
   color:black;
}

#header a:hover
{
   text-decoration:underline;
}

#header h4
{
   display:none
}

#PSPBounce
{
   font-size:72.5% !important;
}

.nav
{
   font-size:1.4em;
   list-style:none;
}

ul.nav
{
   display:inline-block; 
   margin-left:0em;
   padding-left:0em;

}


/* CHEAPTENTS HEADER top menu */

#top-buttons
{
   float:left;
   clear:both;
}

#top-buttons li
{
   text-align:center;
   width:100px;
   float:left;
   height:23px;
   line-height:20px;
   border:1px solid #c7cbcb;
   border-right:0;
   border-top:1px;
   font-size:0.8em;
}

#top-buttons li#top-cheaptents
{
   width:101px;
   min-height:20px;
   border-left:0;
   padding-left:1px;
   background:url(top-buttons-beige-fade.png) repeat-x 100px;
}

#top-buttons li#top-telephone
{
   width:144px;
   border-left:0;
   background:url(top-buttons-beige-fade.png) repeat-x 140px;
}


#top-buttons li#top-delivery
{
   width:84px;
   border-left:0;
   background:url(delivery-bg.png) no-repeat;
   text-align:center;
}

#top-buttons li#top-returns
{
   width:84px;
   border-left:0;
   background:url(returns-bg.png) no-repeat;
   text-align:left;
}

#top-buttons li#top-basket
{
   width:118px;
   border-left:0;
   background:url(shopping-cart-bg1.png) no-repeat;
   text-align:center;
}

#top-buttons li#top-checkout
{
   width:103px;
   border-left:0;
   background:url(checkout-image-bg.png) no-repeat;
   text-align:center;
}

#top-buttons li#top-secure-hosting
{
   border-top:0px;
   border-left:0px;
   border-right:0px;
   border-bottom:1px solid #c7cbcb;

   width:123px;
   
}


/* CHEAPTENTS HEADER top green menu */

#top-nav-green
{
   min-height:30px;
   font-weight:bold;
   font-size:1.1em;
   clear:right;
   position:relative;

}
   
   #top-nav-green *
{
   z-index:1000;
}

#top-nav-green li
{
   float:left;
   border-top:1px solid #9aa1a0;
   background:url(top-buttons-green-beige-fade.png) repeat-x 140px; #b7ccc1;
   min-height:30px;
   width:79px;
   text-align:center;
   line-height:30px;
}

#top-nav-green a
{
   display:block;
}

#top-nav-green li#top-nav-home-green
{
   width:91px;
   background-position:-22px 0;
}

#top-nav-green li#top-nav-online-shop-green
{
width:92px;
font-size:1.2em;
}

#top-nav-green li#top-nav-contact-us-green
{
width:91px;
font-size:1.1em;
}

#top-nav-green li#top-nav-search-green
{
width:155px;
border-right:0px;
min-height:30px;
padding-top:0px;
}

/* font-size:1.2em; removed */

#top-nav-green li#top-nav-clothing-green
{
}

#searchBox
{  
   position:relative;
   top:-4px;
   font-family: Verdana, Arial, sans-serif;
   font-size:0.9em;
   font-weight:bold;
   color: #666666;
   padding-top:2px;
   padding-left:5px;
   padding-right:5px;
   width:105px;
   height:19px;
   vertical-align:middle;
   margin-top:4px;
   margin-right:3px;
   background-color: #FFFFD2;
   border:1px solid #c7cbcb;
}

#searchGo
{
   vertical-align:middle;
   font-family: Verdana, Arial, sans-serif;
   font-size:1.1em;
   font-weight:normal;
   padding-top:0px;
   margin-top:2px;
   margin-bottom:3px;
}



/* Main Container */

#main-container
{
   float:left;
   width:630px;
   min-height:400px;
   padding-top:10px;
   padding-left:15px;
   color:red;
}

h1
{
   font-family: Trebuchet MS, Verdana, Arial, sans-serif;
   font-size:3.0em;
   font-weight:bold;
   margin-bottom:0.3em;
}

p
{
    margin-bottom:1em
}

#main-container p
{
    line-height:1.7em;  
}

/* Product page*/
.dark{
font-weight:bold;
}

h3.product 
{
   font-size:1em;
   font-weight:bold;
   font-style:normal;
   margin-bottom:0.0em;
}
 /* Sidebar Navigation for Bundle Page */
/* Left Navigation Bar */

#leftnav
{
text-align:left;
border-right-width:1px;
border-right-style: solid;
border-right-color: #9aa1a0;
margin-top:-20px;
padding-top:-10px;
}
#leftnav a
{
text-decoration:none;
color:#555555;
}
#leftnav a:hover
{
text-decoration:underline;
}
#leftnav h2
{
font-family: Arial, Verdana, sans-serif;
font-size:1.0em;
font-style:bolder;
color:#555555;
padding-left:0px;
}
#leftnav h3
{
font-family: Arial, Verdana, sans-serif;
font-size:0.9em;
font-weight:bolder;
color:#555555;
padding-left:0px;
}
#leftnav li
{
font-family: Arial, Verdana, sans-serif;
font-size:0.8em;
padding-left:5px;
color:#303030;
border-bottom-width:1px;
border-bottom-style: solid;
border-bottom-color: #BFBFBF;
list-style:none;
line-height: 150%;
width:180px;
background:url(green-beige-background.png) repeat-x 100px;
}



#leftnav ul
{
margin-left:0em;
padding-left:0em;
}

#leftnav {font-size:16px;  }


/* Bread Crumb Styles */

#bread-crumb
{
float:left;
margin:10px;
font-family: Arial, Verdana, sans-serif;
font-size:1.0em;
font-weight:bolder;
color:#555555;
}

#bread-crumb a
{
font-family: Arial, Verdana, sans-serif;
font-size:1.0em;
font-weight:bolder;
color:#555555;
}

/* End of Bread Crumb Styles */

#online-shop-intro
{
  text-align:center;
  margin-left:20px;
  margin-right:30px;
}

#online-shop-intro p
{
  text-align:left;
}

#secondary-images a{color: #000000}

/* Footer Styles */

#brand-boxes
{
   width:700px;
   margin-left:79px;
   margin-bottom:20px;
}

#brand-box
{
   width:72px;
   min-height:72px;
   margin-right:8px;
   margin-bottom:5px;
   float:left;
   background-color:#CC6666;
   border:0px;
}

.brandlogo img{
border: 0px solid;
width: 72px;
height: 72px;
}


#camping-boxes
{
   width:640px;
   margin-left:79px;       
}

#camping-boxes h3
{
  font-weight:bold;
}

#camping-boxes a
{
  color:red;
}

#box1 {width:210px; margin-right:5px; margin-bottom:5px; min-height:125px; float:left; }
#box2 {width:210px; margin-right:5px; margin-bottom:5px; min-height:125px; float:left; }
#box3 {width:210px; min-height:125px; margin-bottom:5px; float:right; }

.style1 {
        font-size: 10pt;
        color: #666666;
}


.style2 {
        font-size: 1em
}
.style3 {
        color: #4F4F4F;
        font-size: 10px;
}

/* End of Footer Styles */



/* CSS New Style Pages */
h2
{
   font-size:1.4em;
   font-weight:bold;
   margin-bottom:0.5em;
}



#product-wrapper {width:650px; min-height:500px; margin-left:25px;}
/* product details*/
#product-title {width:100%; text-align:center; min-height:45px;}
#product-title h1 {font-size:25px;}
#product-content {width:100%; min-height:400px; margin-bottom:10px; overflow-y:auto;}
#product-images {width:301px; float:left; text-align:center;}
#product-table {margin-botton:10px;}
#product-description  {margin-bottom:12px;}
#product-detail {width:325px; float:right; max-width:326px; text-align:left;}
#product-detail, #secondary-images p {font-size:12px;}


#secondary-images { margin-top:5px;}


/*product pricing area*/
#product-pricing {
 width:600px;
 float:right;
 min-height:125px;
 max-height:400px;
 border:2px;
 border-style:groove;
 margin-bottom:10px;
 padding-left:4%;


 padding-top:2%;
 padding-bottom:2%;
 overflow-y:auto;
}
#product-options {width:275px; float:left; text-align:left;}
#product-options strong {font-size:14px}
#product-prices {width:300px; float:right;}
#product-rrp {width:92px; min-height:50px;  margin-bottom:10px; font-size:14px}
#product-rrp.red {color:#FF0000;}
#product-rrp {display: inline-block;}
#product-buynow {float:right; margin-right:60px;}
#product-legal {text-align:left; float:left; width:300px; padding-left:20px}
#product-social {width:300px; float:right;}
#product-detail a:link {font-weight:bold; color:000;}
/* End of CSS New Style Pages */
/* style /acatalog/index.html new */
#catlayout {max-width:500px; min-height:325px}
#catlayout a img,a:visited img {border: none; background: none;}
#row2 {margin-top:25px;}
#cat1 {float:left;}
#cat {float:right; margin-left:25px; }
#cat2 {float:right; margin-left:25px;}
/*advice  buttons*/

/*button advice*/
a.css3 {
	background:#57ab5d;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 14px;
	color: #2d3d45;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#b1ffad 0%,
		#57ab5d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b1ffad),
		to(#57ab5d));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #08090a;
	-moz-box-shadow:
		0px 1px 3px rgba(212,183,97,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(212,183,97,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
		margin:25px auto auto auto;
		min-width:150px;
		}
		
		.button-css3 {background:#57ab5d;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 14px;
	color: #2d3d45;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#b1ffad 0%,
		#57ab5d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b1ffad),
		to(#57ab5d));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #08090a;
	-moz-box-shadow:
		0px 1px 3px rgba(212,183,97,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(212,183,97,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
		margin:25px auto auto auto;
		min-width:150px;}

.help1 {margin-left:16px; }
.help3 {margin-right:5px;}
.help2 {margin-right:5px;}
.help4 {}
.help5 {margin-right:170px;}
.help6 {margin-right:-10px; margin-top:-16px}
