
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

/*table { border-collapse: collapse; border-spacing: 0; }*/

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

html{ font:62.5% sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
body{
	font-size:13px; font-size:1.3em;
} 
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #000066; color:#fff; text-shadow: none; }
::selection { background:#000066; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

p{
	margin-bottom: 10px;
}

*[onclick] {
	cursor:pointer;
}
#loaderholder {
	display:none;
	position:absolute;
	right:20px;
	top:20px;
}
.clear {
	clear:both;
	width:0;
	height:0;
	display:block;
}
.cleardeep {
	clear:both;
	width:0;
	height:10px;
}
/*//////////////////////////////////////////////////////////////////////////////////// standard text styles ///////////*/
hr.dashedhr {
	border:0;
	height:0;
}
ul {
	list-style-position:inside;
}
input,textarea,select {
	margin:0;
	padding:1px;
}
input[type="submit"] {
	cursor:pointer;
}
input[type="radio"],input[type="checkbox"],input[type="image"] {
	border:0;
}
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
#pageholder {
	width:100%;
	display:block;
}
#page {
	margin:0 auto;
	display:block;
	padding-bottom:10px;
}
#top {
	display:block;
}

	#col1 {
		padding-top:0px;
		float:left;
		display:block;
		min-height:100px;
		width:150px;
		position:relative;
	}

	#col2 {
		padding-top:0px;
		float:left;
		display:block;
		min-height:100px;
		width:750px;
		position:relative;
	}

	#col3 {
		padding-top:0px;
		float:left;
		display:block;
		min-height:100px;
		width:0px;
		position:relative;
	}

#col2 {
	padding:0px 20px;
}
.emailer {
	padding:20px;	
}
#botholder {
	width:100%;
}
#bot {
	margin:0 auto;
	display:block;
}
.before_br {
	display:block;
}
/*///////////////////////////////////////////////// Horizontal Menu //////////////////////////////////////*/
ul.horizontal{
	list-style: none;
}

	ul.horizontal li{
		float:left;		
	}
	
	ul.horizontal:after{
		clear:both;
	}
/*//////////////////////////////////////////////////////////////////////////////////// Category List styles ///////////*/
.clist {
	
		display:inline-block;
	
	text-decoration:none;
}

.clist img {
	width:180px;
	height:180px;
}
.clist span {
	
		display:inline-block;
	
}
/*//////////////////////////////////////////////////////////////////////////////////// Product List styles ///////////*/
.plist img {
	float:left;
	width:180;
	height:180;
}
.plist > span {	
	text-align:left;
	padding:5px 10px;
	display: block;
	float:left;
	width:310px;
}

.plist .product_info{
	display:block;
}
.plisttitle {
	font-family:"Titillium", Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.plistprice {
	font-family:"Titillium", Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	font-weight:normal;
}
#col_2 div.clear {
	min-height:0px;	
}

/* -- Horizontal -- */
.product_list.list a.plist{
	display: block;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	
	overflow:hidden;
	margin:10px 0;
	width:100%;
}


/*-----------------------------------------motor pagination selector-----------------------------------------*/
.motor_pagination_selected {
	font-weight:bold;
}

/*-----------------------------------------pagination selector-----------------------------------------*/
.pagination {
}
.pagination  li{
	margin:0;
	list-style-type: none;
	display: inline;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.pagination  li  a{
	display:block;
	margin:0;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*//////////////////////////////////////////////////////////////////////////////////// msg box styles ///////////*/
#msgholder {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
#msg {
	position:fixed;
	z-index:999;
	display:block;
	width:400px;
	margin:160px 0 0 -221px;
	border:1px solid #cc0000;
	background-color:#eee;
	padding:20px;
	left:50%;
	text-align:center;
}
#msg p {
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
#msg input#msgok {
	padding:2px 20px;
	margin:0 auto;
	cursor:pointer;
}
#msg a:link, #msg a:visited, #msg a:hover {
	padding:2px 20px;
	background-color:#F0F0F0;
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////////////// Product View Page /////////////////*/
#breadcrumb {
	display:block;
}
#breadcrumb a{
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;	
}
#add_basket a.button {
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////////////// Form Styles ////////////////////*/
input.error {
	background:#e84848;
}
span.error_hold {
	background:#db2222;
	color:#fff;
	font-weight:bold;
	margin:0px 20px;
}
span.error {
	padding:5px 20px;
}

#cform label{
	display:block;
	float:left;
}
/*//////////////////////////////////////////////////////////////////////////////////// Basket styles /////////////*/

.loginorcreate > div{
	width:200px;
	height:200px;
	background: #ccc;	
}

/*//////////////////////////////////////// MINI BASKET ////////////////////////////////////////*/
#minibasket {
	
}
#minibasket img {
	vertical-align:middle;
}
/*/////////////////////////////////////// Product View Styles /////////////////////////////////*/
#prod_price span {
	
		display:inline-block;
			
}

/* Grid Styles */
.grid{
	margin:-10px;
}

	.grid > div{
		float:left;
		margin:10px;
	}
	
/* Footer Icons */
#footer_icons > div{
	margin:2px;
}

/* Presentation styles */
#theflashdiv .buttons > div{
	width:20px;
	height:20px;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	
	float:left;
	margin-left:5px;
	border:1px solid #eee;
	background:rgb(166,166,166);
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgb(255,255,255)), to(rgb(166,166,166))) rgb(166,166,166);
	background:-moz-linear-gradient(rgb(255,255,255), rgb(166,166,166)) rgb(166,166,166);
	background:linear-gradient(rgb(255,255,255), rgb(166,166,166)) rgb(166,166,166);
	
}

#theflashdiv .buttons > .active_button{
	background:rgb(120,120,120);
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgb(200,200,200)), to(rgb(120,120,120))) rgb(120,120,120);
	background:-moz-linear-gradient(rgb(200,200,200), rgb(120,120,120)) rgb(120,120,120);
	background:linear-gradient(rgb(200,200,200), rgb(120,120,120)) rgb(120,120,120);
	
}

iframe [src=""] {
	display:none;	
}

.nav_hidden{
	display:none;
}
