/* These codes and procedures are copyright protected by Gproxy Design Inc. � 2004/2008 and the website owner. 
Gproxy Design Inc. does not authorize the copy or use of these by any third party company. */

/*-----------------------------------------------
	General styles
----------------------------------------------- */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
}

input, select, textarea {
	border-width: 1px !important;
}

.no-padding {
	padding:0;
}

/* NS Styles */

.textboldnolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
/*	padding-left:10px; */
	line-height:18px;
}
.textboldnolink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	line-height:18px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
/*	padding-left:10px; */
	line-height:18px;
}
.smalltext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	line-height:18px;
}

/*-----------------------------------------------
	General Styles
----------------------------------------------- */ 
.blackBg {
	background-color:#000000;
}
.greenBg {
	background-color:#3b6a17;
}
.lightGreenBg {
	background-color:#588733;
}


/* Headings */

h1, h2, h3, h4 {
	font:11px Arial, Verdana, Helvetica, Trebuchet, sans-serif;
	color: #000000;
	text-decoration:none;
	text-transform: none;
	padding:0;
	margin:0;
}

h2{
	font-size: 14px;
	color: #673695;
	margin-bottom:16px;
}
h3 {
	color: #339999;
	text-transform: uppercase;
}
h4 {
	color: #666666;
}

p {
	color: #000000;
}

/*-----------------------------------------------
	Header styles
----------------------------------------------- */

.userInfo, .userInfo a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	text-align:right;
	line-height:15px;
}
.logged, .logged a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
	line-height:15px;
}
#tabs {
	margin-top:2px;
	margin-bottom:2px;
}

.headerText, .headerText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	line-height:18px;
	padding-left: 130px;
}

/*-----------------------------------------------
	Left styles
----------------------------------------------- */
.price-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	padding-left:18px;
	line-height:18px;
}
.cart-links, .cart-links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	line-height:18px;
}
.textwhite-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-left:18px;
	line-height:18px;
}
.textwhite-links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	line-height:18px;
}

.dropdowns, .dropdowns a, .dropdowns a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#666666;
	width:120px;
	height:20px;
	border-color:#666666;
}

/*-----------------------------------------------
	Center styles
----------------------------------------------- */ 

.text-default{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

td.desc-grey{ 
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.desc-grey{
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: normal;
	color: #626262;
}
.desc1-grey{
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: normal;
	color: #626262;
}


/*-----------------------------------------------
	Footer styles
----------------------------------------------- */ 
#footer {
	margin-top: 2px;
}

.footer_links {
	font: 10px, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:right;
	padding-right: 20px;
}

.footer_links a {
	color: #ffffff;
	text-decoration:none;
}

.copyright{
	font: 10px, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	height:30px;
	padding-right: 20px;
}

