@charset "UTF-8";
/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a{outline:none;}

/* ADMIN LOGIN FORM */

#login_form {
	padding:15px;
	background:#f6f5f1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#login_form input{
	border:1px solid #999;
	padding:4px 4px 4px 4px;
}

input.password{
	background:url(../images/padlock-icon.jpg) no-repeat center left white;
	padding:6px 4px 5px 25px!important;
}

input.email{
	background:url(../images/email-icon.jpg) no-repeat center left white;
	padding:6px 4px 5px 25px!important;
}

#login_form label{
	display:block;
	font-size:1.2em;
	line-height:1.1em;
	margin:6px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body.wysiwyg {
	background: none!important;
	background-color: transparent!important;
}


/* VISOR STUFF */

#cms-visor li.cms-visor-menu-tournaments{
    background:url(../images/tournaments.png) no-repeat;
}



ul{
	list-style:none;
	color:#333;
}


img{
	border:none;
}

body{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background:#545454;
	font-size:62.5%;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color:#333;
}

html{
	margin:0px auto;
	padding:0px;
}

/* LAYOUT CONTAINERS */

#mainWrapper{
	position:relative;
	margin:0px auto;
	padding:0px;
	width:950px;														
}

#header{
	margin:0px auto;
	padding:0px;
	width:950px;														
	height:260px;														
}

#contentWrapper{
	position:relative;
	margin:0px auto;
	padding:0px 0px 15px 0px;
	width:950px;
	overflow:hidden;
	background:white;
}


#mainContent{
	position:relative;
	width:600px;
	margin:20px 0 0 25px;
	padding:0px 20px 20px 0;
	float:left;
	margin-bottom:-10000px;
	padding-bottom:10000px;
}

#rightCol{
	position:relative;
	width:237px;
	float:left;
	margin:20px 0px 0 13px;
	padding:0px 0px 0px 20px;
	color:#666666;
	background:url(../images/divider.jpg) no-repeat top left;
	margin-bottom:-10000px;
	padding-bottom:10000px;
}


#footer{
	margin:0px auto;
	padding:10px 0 0 20px;
	height:25px;
	width:920px;
}

.largeBox{
	background:#f9fbf6;
	border: 2px solid #d6e3c2;
	width:550px;
	padding:15px;
	margin:0 0 10px 0px;
	overflow:hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* MAIN MENU */

ul#mainMenu{
	position:relative;
	margin:0px auto;
	padding:0px 0px 0px 12px;
	z-index:80;
	width:950px;
	background:url(../images/main-nav-bg.jpg) repeat-x;
	list-style:none;
	height:42px;
}

ul#mainMenu li{
	position:relative;
	float:left;
	height:38px;
	text-align:center;
}


ul#mainMenu li a{
	display:block;
	float:left;
	height:36px;
	color:#FFF;
	padding:12px 15px 0 15px;
	text-decoration:none;
	font-size:1.1em;
	text-align:center;
}

ul#mainMenu li.inset{
	display:block;
	float:left;
	height:36px;
	width:2px;
	background:url(../images/nav-inset.jpg) no-repeat;
}


ul#mainMenu li a:hover{
	display:block;
	color:#6eb43f;
	text-align:center;
}

ul#mainMenu li a.selected{
	display:block;	
	color:white;
	text-align:center;
	background:url(../images/nav-selected.jpg) repeat-x;
}

ul#mainMenu li ul{
	position:absolute;
	display:none;
	top:42px;
	left:0px;
	background:#5e5d5d;
	z-index:90;
	padding:0px;
	margin:0px;
}

ul#mainMenu li:hover ul, ul#mainMenu li.over ul{
	display:block;
}

ul#mainMenu li ul li{
	position:relative;
	display:block;
	border-top:1px solid #5b5a5a;
	height:24px;
	text-align:left;
}
	
ul#mainMenu li ul a{
	display:block;
	background:#666;
	height:23px;
	width:120px;
	color:#FFF;
	padding:4px 10px 2px 10px;
	text-decoration:none;
	font-size:1.1em;
	text-align:left;
}

ul#mainMenu li ul a:hover{
	display:block;
	background:#4e4d4d;
	height:23px;
	width:120px;
	color:#6eb43f;
	padding:4px 10px 2px 10px;
	text-decoration:none;
	font-size:1.1em;
	text-align:left;
}
	
/* MODULE */

.module{
	margin:0px auto;
	padding:2px;
	width:220px;
}


.module div{
	margin:0px auto;
	width:190px;
	padding:10px 10px 0px 10px;
}


.module form{
	background:white!important;
	margin:0px;
	padding:0px;
}

.module ul{
	margin:0px;
	padding:0px;
	line-height:2em;
}

/* USER LOGIN FORM & ACCOUNt MENUS */


#customer-menu h1{
	display:block;
	padding:45px 0px 0px 15px;
	color:white!important;
	line-height:.5em;
	font-size:1.3em;
	height:0px;
	width:205px;
	margin:0px 15px 0px 0px;
	background:url(../images/account-module-header.jpg) repeat-x;
	overflow:hidden;
}

#sidebar_login h1{
	display:block;
	padding:45px 0px 0px 15px;
	color:white!important;
	line-height:.5em;
	font-size:1.3em;
	height:0px;
	width:205px;
	margin:0px 15px 0px 0px;
	background:url(../images/login-module-header.jpg) repeat-x;
	overflow:hidden;
}

#mainLogin{
	background:#f9fbf6;
	border: 2px solid #d6e3c2;
	padding:15px;
	margin:0 0 10px 0px;
	overflow:auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

form#loginform{
	margin:5px 0 0 0;
	padding:0px;
	width:200px;
	background:none;
}

form#mainLogin{
	margin:5px 0 0 10px;
	padding:0px;
	border:none;
}

#customer-menu li{
	height:15px;
	padding:0px 0px 5px 5px;
	margin:0px 0px 5px 0px;
}

#customer-menu .alt-row{
	background:#f8f8f8;
	padding:3px 0px 10px 5px;
}


ul.accountLinks{
	overflow:auto;
}

ul.accountLinks li{
	display:block;
	width:150px;
}



/* CART */

#sidebar_cart{
	margin:0px auto;
	margin-bottom:0px;
	padding:2px;
	width:220px;
}

#sidebar_cart h1{
	padding:45px 0px 0px 15px;
	color:white!important;
	line-height:.5em;
	font-size:1.3em;
	height:0px;
	width:205px;
	margin:0px 15px 0px 0px;
	background:url(../images/cart-module-header.jpg) repeat-x;
	overflow:hidden;
}


.cart-content{
	margin:0px auto;
	margin-bottom:0px;
	width:190px;
	padding:10px 15px 0px 15px;
}

.checkout-btn{
	display:block;
	width:103px;
	height:0px;
	background:url(../images/checkout-button.png) no-repeat;
	border:none;
	text-align:left;
	color:white;
	padding:26px 0px 0px 5px;
	margin:0px auto;
	margin-bottom:20px;
	overflow:hidden;
	cursor:pointer;
}

.checkout-btn:hover{
	background:url(../images/checkout-button-over.png) no-repeat;

}


/* POOL TABLE PAGE */
.pooltable{
	margin:0px 0 10px 0px;
	padding:10px 0px 10px 0px;
	background:#FFF;
	overflow:auto;
	min-height:120px;
}

.pooltable img{
	float:right;
	margin:0px 0px 0px 10px;
}



/* SEARCH */

form.searchForm{
	background:#f9fbf6;
	border: 2px solid #d6e3c2;
	width:550px;
	padding:15px;
	margin:0 0 10px 0px;
	overflow:hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.searchForm input{
	margin: 0px 10px 0px 0px;
}


/* REGISTRATION */

div#rightBox{
	float:right;
	background:#f9fbf6;
	border: 2px solid #d6e3c2;
	width:400px;
	padding:15px;
	margin:0 0 0 10px;
	font-size:1.1em;
	overflow:auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/* PRODUCTS */


.product-cat a{
	border:1px solid #CCCCCC;
	padding:5px 5px 5px 5px;
	margin:5px 0px 5px 0px;
	display:block;
	text-decoration:none;
}

.product-cat a:hover{
	border:1px solid #6eb43f;
}

.product-cat p{
	background: url(../images/cat-bg.jpg) no-repeat right center #abd044;
	color: white;
	text-transform:uppercase;
	padding:3px 0px 3px 10px;
	margin:0px!important;
	font-size:1.2em;
}

.product-cat li{
	float:left;
	width:192px;
	margin:0px 8px 8px 0px;
}

.quantity{
	width:25px;
}


ul.product-images{
	position:relative;
	list-style:none;
	margin:0px 0px 0px 0px;
	overflow:auto;
	float:left;
	
}

ul.product-images li{
	margin:5px 5px 5px 0px;
	text-align:center;
}

.product-images a{
	border:1px solid white;
	padding:5px;
	display:block;
}

.product-images a:hover{
	border:1px solid #6eb43f;
	padding:5px;
	display:block;
}

.product-container{
	position:relative;
	overflow:auto;
	margin:15px 0px 15px 0px;
	padding:15px 0px 0px 0px;
	border-top:1px dotted #ccc;
	width:600px;
}

.product-container a{
	text-decoration:none!important;
	cursor:pointer;
}

.product-image{
	position:relative;
	float:left;
}

.product-desc{
	position:relative;
	width:320px;
	margin-left:250px;
	background:url(../images/product-arrow.jpg) right top no-repeat;
}

.product-desc:hover{
	cursor:pointer;
	position:relative;
	background:url(../images/product-hover.jpg) right top no-repeat;
}


.product-info{
	position:relative;
	width:320px;
	margin-left:250px;
}

.product-info ul{
	list-style:inside;
	color:#333333;
}


.add-to-cart{
	position:relative;
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 250px;
	width:320px;
}

.add-to-cart p{
	float:left;
	margin:0px 20px 0px 0px;
}

.add-to-cart input{
	float:left;
	margin:15px 5px 0px 0px;
}


.out-of-stock{
	padding:3px 5px 3px 5px;
	margin:10px 0px 0px 0px;
	width:210px;
	text-transform:uppercase;
	font-size:1em;
	font-weight: bold;
	border:1px solid #3395a4;
	color:#3395a4;
}

.price{
	display:block;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	color:#666;
	text-align:left;
	border-top:1px dotted #ccc;
}

.price span{
	font-size:1.8em;
	line-height:1.8em;
	font-weight:normal;
}

#featured-products{
	margin:10px 0px 0px 8px;
	width:220px;
	clear:both;
}

#featured-products a{
	padding:5px;
	border:1px solid #ccc;
	margin:0px 0px 10px 12px;
	width:183px;
	text-align:center;
	overflow:hidden;
	display:block;
	text-decoration:none;
}

#featured-products a:hover{
	border:1px solid #6eb43f;
}

#featured-products p{
	background: url(../images/cat-bg.jpg) no-repeat right bottom #b6d645;
	color: white;
	text-transform:uppercase;
	padding:3px 0px 3px 10px;
	margin:0px!important;
	font-size:1.2em;
	text-align:left;
}

#featured-products img{
	margin:0px auto;
	margin-bottom: 5px;
}

#featured-products h1{
	padding:45px 0px 0px 15px;
	color:white!important;
	line-height:.5em;
	font-size:1.3em;
	height:0px;
	width:205px;
	margin:0px 15px 0px 0px;
	background:url(../images/featured-module-header.jpg) repeat-x;
	overflow:hidden;
}



/* CHECKOUT STUFF */

#billing-address{
	float:left;
	width:125px;
	
}

#delivery-address{
	margin-left:170px;
	width:330px;
	border-left:1px solid #ccc;
	padding:0px 0px 0px 20px;
}

#payment{
	clear:both;
	border-top:1px solid #ccc;
	padding:10px 0px 0px 0px;
	margin:10px 0px 30px 0px;
}

/* BRANDED CLOTH*/

ul.brandedTables{
	position:relative;
	list-style:none;
	margin:5px 0 0 0;
}

ul.brandedTables li{
	margin:0 0px 5px 0;
	font-size:1.1em;
}



/* TESTIMONIALS */

.quote{
	background:url(../images/quote_right.jpg) no-repeat bottom right;
	padding:0 10px 0 0;
	margin:5px 0 5px 0;
}

.quote img{
	float:left;
	margin:0 20px 0 0;
}

.quote p{
	background:url(../images/quote_left.jpg) no-repeat top left;
	padding:0 0 0 25px;
}

/* ADMIN STYLES */
ul.adminCat{
	list-style:none;
	font-size:1.1em;
	overflow:hidden;
	clear:both;
	margin:40px 0px 0px 0px;
}
	

ul.adminCat li{
	position:relative;
	width:180px;
	height:210px;
	float:left;
	display:block;
	text-align:center;
	padding:5px;
	border:1px solid #ccc;
	margin:0px 10px 10px 0px;
}


ul.adminCat img{
	margin:0px auto;
}

a.delete-image{
	position:absolute;
	bottom:0px;
	background:url(../images/delete-image-icon.png) no-repeat center left #ccc;
	display:block;
	padding:6px 0px 0px 25px;
	margin:0px 0px 5px 0px;
	height:20px;
	width:155px;
	color:#333;
	clear:both;
	text-align:left;
}

#custom_fields div{
	background:#f3f3f3;
	margin:0px 0px 5px 0px;
	padding:10px;
	border:1px solid #ccc;
}

.custom_values{
	background:none!important;
	border:none!important;
}

.cancel{
	display: block;
	margin:0px 0px 0px 10px;
	padding: 8px 0px 0px 10px;
	height:5px;
	vertical-align:middle;
}


div#multiple_categories_options {
	position: absolute;
	background: white;
	width: 240px;
	top: 0px;
	left: 190px;
	z-index: 100;
	padding: 10px;
	border: 2px solid #d6e3c2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}

div#multiple_categories_options dl {
	margin: 10px 0px 10px 0px;
}

div#multiple_categories_options dt {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 190px;
	font-size: 1em;
}

/* ICONS & BUTTONS */
.center-button {
	margin:0px auto;
	width: 105px;
}

a.delete{
	background:url(../images/delete-icon.png) no-repeat left center;
	padding:7px 0px 0px 20px;
	height:25px;
	display:block;
	font-size:1.1em;
}

a.accept{
	background:url(../images/tick-icon.png) no-repeat left center;
	padding:7px 0px 0px 20px;
	height:25px;
	display:block;
	font-size:1.1em;
}

a.delete-value{
	background:url(../images/delete-icon.png) no-repeat left center;
	padding:15px 0px 0px 0px;
	height:0px;
	margin:3px 0px 0px 5px;
	width:15px;
	overflow:hidden;
	display:block;
	font-size:1.1em;
	float:left;
}

a.add-value{
	background:url(../images/add-value-btn.png) no-repeat;
	padding:26px 0px 0px 0px;
	height:0px;
	width:103px;
	overflow:hidden;
	display:block;
	font-size:1.1em;
	float:left;
}

a.add-field{
	background:url(../images/add-field-btn.png) no-repeat;
	padding:26px 0px 0px 0px;
	height:0px;
	width:103px;
	overflow:hidden;
	display:block;
	font-size:1.1em;
}

a.remove-field{
	background:url(../images/remove-field-btn.png) no-repeat;
	padding:26px 0px 0px 0px;
	height:0px;
	width:103px;
	overflow:hidden;
	display:block;
	font-size:1.1em;
	float:right;
}

.buy-btn{
	display:block;
	width: 103px!important;
	height: 26px;
	margin: 0;
	padding: 26px 0px 0px 0px;
	border: 0;
	background:url(../images/addtocart-button.png) no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	display:block;
	overflow: hidden;
}

.signup{
	position:relative;
	display:block;
	width: 103px!important;
	height: 0px;
	margin: 0px 3px 20px 3px;
	padding: 26px 0px 0px 0px;
	border: 0;
	background:url(../images/signup-button.png) no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	overflow:hidden;
	float:left;
}

.login{
	position:relative;
	display:block;
	width: 103px!important;
	height: 0px;
	margin: 0px 3px 20px 3px;
	padding: 26px 0px 0px 0px;
	border: 0;
	background:url(../images/login-btn.png) no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	overflow:hidden;
	float:left;
}

.submit-btn{
	display:block;
	float: left;
	color: white;
	width: 105px!important;
	height: 33px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border: 0;
	background:url(../images/main-btn.png) no-repeat bottom;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	display:block;
	overflow: hidden;
	border: none;
}

.submit-btn:hover{
	background:url(../images/main-btn.png) no-repeat 0px 0px;
}

.main-btn, .main-btn-right{
	display:block;
	float: left;
	color: white;
	width: 105px!important;
	height: 24px;
	margin: 0px 2px 10px 2px;
	padding: 9px 0px 0px 0px;
	border: 0;
	background:url(../images/main-btn.png) no-repeat bottom;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	display:block;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
}

.main-btn-right{
	float: right;
}

.main-btn:hover, .main-btn-right:hover{
	background:url(../images/main-btn.png) no-repeat top;
}

.reset{
	display:block;
	width: 103px!important;
	height: 26px;
	margin: 0;
	padding: 26px 0px 0px 0px;
	border: 0;
	background:url(../images/reset-btn.png) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	overflow:hidden;
}

.add-listing{
	display:block;
	width: 103px!important;
	height: 26px;
	margin: 0;
	padding: 26px 0px 0px 0px;
	border: 0;
	background:url(../images/add-listing-btn.png) no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	
}

.search-btn{
	display:block;
	width: 103px!important;
	height: 0px;
	margin: 0;
	float:right;
	padding: 26px 0px 0px 0px;
	border: 0;
	background:url(../images/search-btn.png) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	overflow:hidden;
}

.login-btn{
	display:block;
	width: 103px!important;
	height: 26px;
	margin: 0;
	padding: 26px 0px 0px 0px;
	border: 0;
	background:url(../images/login-btn.png) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	overflow:hidden;
}

.next{
	display:block;
	width: 103px!important;
	height: 0px;
	margin: 0;
	float:right;
	padding: 26px 0px 0px 0px;
	border: 0;
	background:url(../images/next-btn.png) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	overflow:hidden;
}

.prev{
	display:block;
	width: 103px!important;
	height: 0px;
	margin: 0px 10px 0px 0px;
	float:right;
	padding: 26px 0px 0px 0px;
	border: 0;
	background:url(../images/prev-btn.png) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	overflow:hidden;
}

.add-product{
	background:url(../images/add-product-btn.png) no-repeat;
	padding:26px 0px 0px 0px;
	height:0px;
	width:103px;
	overflow:hidden;
	display:block;
	font-size:1.1em;
	border:none;
	cursor:pointer;
}

.add-cat-btn{
	background:url(../images/add-cat-btn.png) no-repeat;
	padding:26px 0px 0px 0px;
	height:0px;
	width:103px;
	overflow:hidden;
	display:block;
	font-size:1.1em;
	border:none;
	cursor:pointer;
}

.add-customer{
	background:url(../images/add-customer-btn.png) no-repeat;
	padding:26px 0px 0px 0px;
	height:0px;
	width:103px;
	overflow:hidden;
	display:block;
	font-size:1.1em;
	border:none;
	cursor:pointer;
}


.update-btn{
	background:url(../images/update-product-btn.png) no-repeat;
	display:block;
	width: 103px!important;
	height: 26px;
	margin: 0;
	padding: 26px 0px 0px 0px;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.add-table-btn{
	background:url(../images/add-table-btn.png) no-repeat;
	display:block;
	width: 103px!important;
	height: 26px;
	margin: 0;
	padding: 26px 0px 0px 0px;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.send-btn{
	background:url(../images/send-btn.png) no-repeat;
	display:block;
	width: 103px!important;
	height: 26px;
	margin: 0;
	padding: 26px 0px 0px 0px;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.order-btn{
	background:url(../images/order-button.png) no-repeat;
	display:block;
	width: 103px!important;
	height: 26px;
	margin: 0;
	padding: 26px 0px 0px 0px;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	float:right;
}

a.edit{
	position:relative;
	background:url(../images/edit-icon.png) no-repeat left center;
	padding:7px 8px 0px 20px;
	height:25px;
	display:block;
	font-size:1.1em;
	float:left;
}

a.update{
	position:relative;
	background:url(../images/update-icon.png) no-repeat left center;
	padding:7px 0px 0px 20px;
	height:25px;
	display:block;
	font-size:1.1em;
	float:left;
}


a.view{
	position:relative;
	background:url(../images/view-icon.png) no-repeat left center;
	padding:7px 8px 0px 20px;
	height:25px;
	display:block;
	font-size:1.1em;
	float:left;
}

a.logout{
	position:relative;
	background:url(../images/logout-icon.png) no-repeat left center;
	padding:0px 0px 0px 20px;
	height:22px;
	display:block;
	font-size:1.1em;
}

a.profile{
	position:relative;
	background:url(../images/account-icon.png) no-repeat left center;
	padding:0px 0px 0px 20px;
	height:22px;
	display:block;
	font-size:1.1em;
}

a.orders{
	position:relative;
	background:url(../images/orders-icon.png) no-repeat left center;
	padding:0px 0px 0px 20px;
	height:22px;
	display:block;
	font-size:1.1em;
}

a.table-profiles{
	position:relative;
	background:url(../images/table-icon.png) no-repeat left center;
	padding:0px 0px 0px 20px;
	height:22px;
	display:block;
	font-size:1.1em;
}

a.add{
	position:relative;
	background:url(../images/add-icon.png) no-repeat left center;
	padding:5px 0px 0px 20px;
	height:20px;
	display:block;
	font-size:1.1em;

}



/* FORMATING */


.button{
	width:70px;
	margin:0px 10px 0px 0px;
	padding:1px;
	cursor:pointer;
}

form{
	position:relative;
	padding:15px 0px 0px 0px;
	margin:0px;
	font-size:1.1em;
	overflow: auto;
}


form.formRight{
	float: right;
	background:#f9fbf6;
	border: 2px solid #d6e3c2;
	width:380px;
	padding:15px;
	margin:0 0 10px 0px;
	overflow:auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

form textarea{
	width:220px;
	height:150px;
	padding:6px;
	font-size: 1.2em;
}

fieldset{
	display: block;
	border:none;
	margin:0px 0 6px 0px;
	padding:0px;
	overflow: auto;
}

label{
	float:left;
	text-align:left;
	width:35%;
	padding:5px 0px 0px 0px;
}

.long-text{
	padding:3px;
	margin:0px 2px 0px 0px;
	border:1px solid #999;
	float:left;
}

.short-text{
	width:90px!important;
	padding:3px;
	border:1px solid #999;
	float:left;
}

.quantity {
	width:30px!important;
	padding:3px;
	border:1px solid #999;
	float:left;
}

input[type="text"], input[type="password"] {
	float: left;
	padding:6px;
	font-size: 1.2em;
	border:1px solid #999;
	float:left;
	width: 220px;
	color: #666;
}

input[type="radio"], input[type="checkbox"] {
	border: none;
	width: 15px;
	margin: 5px 0px 0px 0px;
}

.emphasis{
	color:#6eb43f;
}

img.imageRight{
	float:right;
	margin:0 0 5px 10px;
}
p{
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 6px 0;
}

strong{
	font-weight:bold;
}

#mainContent ul{
	line-height:1.6em;
}

.errors {
	position: relative;
}

.errors p{
	font-size:1.2em;
	line-height:1.4em;
	margin:0px 0px 6px 0px;
	color:#FF0000;
}

p.error{
	font-size:1.2em;
	line-height:1.4em;
	margin:0px 0px 6px 0px;
	color:#FF0000;
}

p.evoke{
	margin:0px;
	padding:0px 20px 0px 0px;
	float:right;
}


#footer p{
	font-size:1.1em;
	line-height:1.5em;
	margin:0 0 15px 0;
	color:#999;
}


#footer a{
	color:#999;
}

h1{
	font-size:2.4em;
	line-height:1.2em;
	font-weight:normal;
	color:#666;
	margin:0px 0px 10px 0px;
}

#login h2{
	font-size:1.2em;
	line-height:1.5em;
	color:#748e92;
}

h2{
	font-size:1.6em;
	line-height:1.8em;
	margin:0 0 5px 0;
	color:#6eb43f;
}

h3{
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	color:#333;
}

a{
	color:#333;
}

a:hover{
	text-decoration:none;
}

a.moreinfo{
	font-size:1.2em;
	color:#3395a4;
}

a.moreinfo:hover{
	color:#333;
	}

hr{
	border:none;
	border-top:1px dotted #ccc;
	height:1px;
	clear:both;
}


dl.column-list {
	line-height: 1.6em;
}

dl.column-list dt{
	font-weight:bold;
	font-size:1.2em;
	margin: 0px 0px 8px 0px;
	float: left;
	width: 150px;
	clear: both;
}

dl.column-list dd{
	position: relative;
	display: block;
	font-size:1.2em;
	margin:0 0 8px 150px;
	width: 350px;
	min-height: 15px;
	overflow: auto;
}

dl.contact-details dt {
	clear: none;
	width: 100px;
	font-weight:bold;
	font-size:1.2em;
}

dl.contact-details dd {
	font-size:1.2em;
	margin:0 0 8px 0px;
	clear: none;
}


table{
	text-align:left;
	margin:10px 0px 0px 0px;
}

th{
	font-size:1.1em;
	vertical-align:middle;
	background:#999;
	padding:4px 0px 4px 10px;
	color:white;
	font-size:1.2em;
}

td{
	line-height:1.6em;
	vertical-align:middle;
	padding:6px 0 6px 10px;
	border-collapse:collapse;
}

td.last{
	border:none;
}


.alt-row{
	background:#eceef1;
}

.standard-row{
}


ul.bulletList{
	list-style:inside;
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 6px 0;
}

.validation-error {
    color: red;
}

.pagination ul{
	margin: 20px 0px 0px 0px;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 1.2em;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	margin:0px 6px 0px 0px;
}

.pagination a, .pagination a:visited{
	padding:2px 4px;
	border: 1px solid #ccc;
	text-decoration: none; 
	color: #3395a4;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #333;
}

.pagination li.currentpage{
	padding:4px 4px;
	border: 1px solid #666;
	background-color: #666;
	color: #FFF !important;
	font-weight: bold;
}

#promo-space {
    text-align: center;
    margin-bottom: 16px;
}

