
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
html, body {
	background-color:#fff;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
/*//////////////////////////////////////////////////////////////////////////////////// standard text styles ///////////*/
h1,h2,.h2 {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
}
h1{
	font-size:30px;
	margin-bottom:10px;
}
h2, .h2 {
	font-size:18px;
}
h2, h3, p {
	margin-bottom:7px;
}
hr.dashedhr {
	border-bottom:1px #966acf dashed;
	background-color:#ffffff;
}
input,textarea,select {
	border:1px solid #232323;
	background-color:#eeeeee;
	color:#000000;
}
input[type="submit"] {
	padding:0 4px;
	border:1px solid #ffffff;
	background-color:#232323;
	color:#ffffff;
	font-weight:bold;
}
.button{
	
		display:inline-block;
		min-width:80px;
		padding:0px 10px !important;
	
	height:20px;
	background:#4881c4;
	color:#fff !important;
	text-align:center;
	text-decoration:none;
}
.button:hover{
	background:#eee;
	color:#000 !important;
}
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
#pageholder {
	background-color:#fff;
}
#page {
	width:960px;	
}
#middle {
	padding:10px 0 10px 10px;
	border:1px solid #000;	
}
#top {
	margin-top:20px;
	margin-bottom:20px;
	height:120px;
	position:relative;	
}
#logo{
	position:absolute;
	left:0px;
}
#sshow{
	position:absolute;
	bottom:1px;
	right:0px;
	width:px;
	height:px;	
}
#tnav {
	position:absolute;
	right:0px;
	top:20px;
	height:30px;
}
#tmenu {
	height:inherit;
	list-style:none;
	margin:0px;
	padding:0px;
	width:inherit;
}
#tmenu > li{
	display:block;
	float:left;
	left:0;
	position:relative;
	top:0;
	height:30px;
}
#tmenu li a {
	margin-top:10px;
	color: #000;
	height:10px;
	line-height:10px;
	display:block;
	text-decoration:none;
	padding:0px 10px;
	font-family: Tahoma, Arial Geneva, sans-serif;
	font-size:13px;
	border-left:1px solid #333;
}
#tmenu li:first-child a{
	border-left:none;
}
#thisa {
	text-decoration:underline;
}
.tnav a:hover{
	text-decoration:underline !important;
}
#col2 {
	padding:0px 10px 0px 30px;
}
#col2 p,#col2 p a {
	font-size:14px;
}
.newsletter {
	display:block;
	border:1px solid #333;
}
#emailer {
	padding-top:10px;
	display:block;
	border:1px solid #333;
}
#emailer p {
	padding:5px 0;
}
#emailer p label {
	width:150px;
}
#botholder {
	min-height:85px;
	width:960px;
	margin:10px auto;
	border:1px solid #000;
	position:relative;
	top:0;
	left:0;
}
#bot {
	font-size:10px;
	color:#000;
	padding:10px;
}
#bot .botbox a{
	font-size:10px;
	text-decoration:none;
	color:#000;
}
#bot .botbox a:hover{
	font-size:10px;
	text-decoration:underline;	
}
#bot .botbox {
	float:left;
	color:#000;
	padding-left:10px;
	font-size:10px;
	position:relative;
	width:300px;
}
#bot .botbox h2{
	margin-bottom:5px;
}
#bot .botbox ul li {
	list-style-type:none;
	list-style-position:outside;
	font-size:10px;
	color:#000;
}
#bot .botbox ul li a {
	font-size:10px;
	color:#000;
	text-decoration:none;
}
#bot .botbox ul li a:hover {
	text-decoration:underline;
}
#bot #botbox_3 {
	position:absolute;
	top:10px;
	right:30px;	
	text-align:right;
}
#bot #botbox_2 {
	position:absolute;
	bottom:13px;
	right:30px;	
	text-align:right;
}
#botbox_1 h2, #botbox_2 h2 {
	display:none;	
}
#botbox_2 #botbox_2_links {
	position:absolute;
	right:0px;
	bottom:5px;
}
#search {
	border-color:#ffffff;
	background:#fff;
	float:left;
	width:198px;
	font-size:12px;
	color:#444444;
	padding:2px 10px;
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana, sans-serif;
}
#search_box {
	display:none;
	border:1px solid #333;	
	width:240px;
}
/*//////////////////////////////////////////////////////////////////////////////////// Product List styles ///////////*/
.plist {
	background:#eee;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#eee)) #eee;
	background:-moz-linear-gradient(#eee, #eee) #eee;
	background:linear-gradient(#eee, #eee) #eee;
	
	padding:10px !important;
}
.plist img {
	float:left;
}
.plist span {	
	float:left;
	text-align:left;
	padding:10px;
}
.plisttitle {
	width:300px;
}
.plistprice {
	width:300px;
}
/*-----------------------------------------pagination selector-----------------------------------------*/
.pagination {
}
.pagination  li{
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana, sans-serif;
}
.pagination  li  a{
	font-size: 12px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border:1px solid #f6e8c5;
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana, sans-serif;
}
.pagination  li  a:hover{
	text-decoration:underline;
}
.pagination li.current_pagination_item  a{
	border:1px solid #000;
	color: #000;
	background-color:  #f6e8c5;
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////////////// search result styles ///////////*/
.searchresult {
	cursor:pointer;
	margin:0px 0px 10px 0px;
	padding:10px;
	border:1px solid #f6e8c5;
	background:#eee;	
}
.searchresult h2 {
 	color:#000;	
}
.searchresult a {
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana, sans-serif;
	color:#000;
	text-decoration:none;	
}
/*//////////////////////////////////////////////////////////////////////////////////// Product Page /////////////////*/
#pleft {
	padding-right:20px;
	float:left;	
}
#pright {
	float:left;	
}
#prod_price {
	background:#eee;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#eee)) #eee;
	background:-moz-linear-gradient(#eee, #eee) #eee;
	background:linear-gradient(#eee, #eee) #eee;
	
	font-size:18px;
	margin-bottom:10px;
	padding:10px 15px 10px 0;
	text-align:right;
}
#breadcrumb {
	float:left;
	width:180px;
	text-align:left;
	padding-left:10px;
	display:block;
}
#breadcrumb a{
	text-decoration:none;
	font-size:18px;
	color:#555;
}
#breadcrumb a:hover {
	text-decoration:underline;	
}
#add_basket {
	background:#eee;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#eee)) #eee;
	background:-moz-linear-gradient(#eee, #eee) #eee;
	background:linear-gradient(#eee, #eee) #eee;
	
	padding:10px;
	margin-top:10px;
	float:left;
}
#add_basket label {
	float:right;
}
#add_basket #q{
	padding:4px;
	width:30px;
	text-align:center;
}
#add_basket a.button {
	text-decoration:none;
	display:block;
	float:right;
	border: 1px solid #232323;
	padding:2px !important;
}
#moreimages {
	text-decoration:none;
	font-style:italic;	
}
/*//////////////////////////////////////////////////////////////////////////////////// Form Styles ////////////////////*/
#cform label{
	width:200px;
}

#footer_icons{
	position:absolute;
	left:150px;
	width:500px;
	top:20px;
}

#annoucement{
	position:absolute;
	top:80px;
	left:0px;
	width:100%;
	right:0px;
}
