
body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:url(../img/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(../img/innerwrapper.jpg) top repeat-x;
	padding:20px;
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font:250% Georgia;
	color:#333;
	padding:5px 20px 5px 5px;
	
	margin:0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	
}

#header h1 a:hover {
	color:#111;
	
}

#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}


#header #nav {
	clear:both;
	background:url(../img/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 10px 10px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header #nav a:hover {
	background:#4F9EC9;
}

#header #nav a.active {
	background:#4F9EC9;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #subnav {
	background:#4F9EC9;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#header #subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#fff;
}

#header #subnav a.active {
	border-bottom:2px solid #388CBA;
	color:#fff;
}

#sidebar h2{
	color:white;
	clear:both;
	background:url(../img/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:5px;
}

#sidebar ul {
	width:100%; 
	list-style-type:none;
	margin:10px 0 10px 15px;
	font:90% Verdana;
}
#sidebar ul li {
	display:block;
	padding:1px;
	margin:5px 0;
}
#sidebar a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
	font-weight:bold;
}

#sidebar a:hover {
	border-bottom:1px solid #ccc;
}

#sidebar {
	background:#fff;	background:url(../img/sidebarright.jpg) top left no-repeat;
	width:210px;
	padding:10px 20px 20px 5px;
	float:left;
	color:#666;
}

#sidebar h2 {
	font:140% Arial;
	color:white;
	margin:10px 0 10px 0;
/*	border:none;*/
}

#sidebar h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	background:#fefefe;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#666;
}

#sidebar .subnav {
	border-top:1px solid #fafafa;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #fafafa;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#666;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#777;
	font:90% Verdana;
	width:190px;
}

#sidebarright {
	width:210px;
	float:right;
	padding:10px 0 0 20px;
	background:url(../img/sidebarright.jpg) top left no-repeat;
}

#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}

#sidebarright h2 {
	font:140% Arial;
	color:#333;
	margin:10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}


#content {
	margin:0 210px 0 240px;
	padding:20px 0 0 20px;
}

#contentnorightbar {
	margin:0 0 0 240px;
	padding:20px 0 0 20px;
}

p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	font:190% Arial;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#79B933;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}
h4 a {
	color:#79B933;
	text-decoration:none;
}

h4 a:hover {
	color:#5F9128;
}


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

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

img {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;
}

form {
	padding:10px;
	border:1px solid #f6f6f6;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	width:300px;
	padding:4px;
	border:none;
	border-bottom:1px dotted #ccc;
	font:90% Verdana;
	color:#777;
}
input.button.forward {
  color:#050;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#fed;
  border:1px solid;
  border-color: #696 #363 #363 #696;
}
input.button.back {
  color:#CB0000;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#fed;
  border:1px solid;
  border-color: #942C2C #7F0000 #7F0000 #942C2C;
}

textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#777;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* view */
table tr {font-size:small;}
table.view .label		{font-weight:bold;font-size:small;}
table.view .image		{}
table.view .value 		{font-size:small;}
table.view .price		{color:green;}
table.view .price.discount{color:red;text-decoration:line-through;}
table.view .weight		{}
table.view .quantity	{}
table.view .cart		{}

/* grid */
.grid {line-height:1.3em;}

.grid .category		{float:left;text-align:center; width: 150px; height:200px; }
.grid .item .image	{}
.grid .item .name	{/*height:1em; overflow:hidden; font-weight:bold;*/}

.grid .item			{float:left;text-align:center; width: 150px; height:220px;}
.grid .item .image	{}
.grid .item .name	{ /*font-weight:bold;*/}
.grid .item .price	{color:green;}
.grid .item .price .discount{ color:red; text-decoration: line-through;}
/*.grid .item .cart	{height:1em; }*/
.grid .item .view	{ }

/* autocomplete */
div.auto_complete    {
     position         :absolute;
     width            :250px;
     background-color :white;
     border           :1px solid #888;
     margin           :0px;
     padding          :0px;
	
}
div .auto_complete ul {list-style-type:none;}
div .auto_complete a {text-decoration:none;}
li.selected    { background-color: #ffb; }
div .auto_complete .query{font-weight:bold;}

/* cart */
.cart a{text-decoration:none;}
.cart.add{background:url(../img/cart/add.gif) center center no-repeat;}
.cart.purchase{background:url(../img/cart/purchase.gif) top left no-repeat;}
.cart.checkout{background:url(../img/cart/checkout.gif) top left no-repeat;}
.cart.review{background:url(../img/cart/review.gif) top left no-repeat;}

#cart_quick {}
#cart_quick h2{
	color:white;
	clear:both;
	background:url(../img/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:5px;
}

#cart_quick ul {width:100%; list-style-type:none;}
#cart_quick ul li {white-space:nowrap;display:block;padding:1px;}
#cart_quick ul li .name{width:90%; font-weight:bold; text-align:left;}
#cart_quick ul li .price{width:10%; color:green; text-align:right;}
#cart_quick ul li .count{width:90%; font-weight:bold; text-align:left;}
#cart_quick ul li .subtotal{width:10%; color:green; text-align:right;border-top-style: ridge;border-top-color: black;}

.cart .item .name			{font-weight:bold;}
.cart .item .quantity		{font-size:smaller; }
.cart .item .price			{font-size:smaller; color:green;}
.cart .item .weight			{font-size:smaller; }
.cart .label 				{font-size:smaller;}
.cart td					{width:30%;height:1.6em;vertical-align:text-top;}
.cart table					{margin-left:2em;}
.cart input					{padding:0;width:inherit;}
.cart form					{padding:0;}
.cart .subtotal .name		{font-weight:bold;}             
.cart .subtotal .quantity	{font-size:smaller; margin-left:2em;}
.cart .subtotal .price		{font-size:smaller; margin-left:2em;color:green;}
.cart .subtotal .weight		{font-size:smaller; margin-left:2em;}
.cart .cart.checkout 		{margin:10px 10px 10px -3%;}

#checkout_shipping table {margin-left:20px;}
#checkout_payment table {margin-left:20px;}
#checkout_submit table {margin-left:20px;}


/* panel */
#panel .subpanel{}
#panel .game{}
#panel .category{}

/* in place editor */
.editor_field{height:1.6em;width:4em;}
.editor_ok_button{height:1.6em; width:2em;}
.inplaceeditor-form{margin:0; padding:0;}

/* flashMessage */
#cartMessage {margin:0 0 0 0;}
#flashMessage.information, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 50px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.information {
color: #00529B;
background-color: #BDE5F8;
background-image: url(../img/info.png);
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url(../img/success.png);
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url(../img/warning.png);
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url(../img/error.png);
}
.validation {
color: #D63301;
background-color: #FFCCBA;
background-image: url(../img/validation.png);
}

/* paging */
div .paging {font-size: xx-small;}
/* base links */
#baselinks a {
	border-bottom:1px dotted #eee;
	text-decoration:none;
	font-weight:bold;
}

#baselinks a:hover {
	border-bottom:1px solid #ccc;
}

.outofstock{
	color:red;
	font-size:smaller;
}

.headerimg{
	float:left;
}
.headerimg img {
	padding:0 0 0 0;
	margin-top:-20px;
}
.cc_logos{
	float:right;
}