/* CSS Document */
/* JimmyTz Toys */



body
{
	background: #000000;
	text-align:center;
	font-size:12px;
	line-height:17px;
	margin: 0;
	padding: 0;
	color: #666;
}

/* GLOBAL DEFAULTS
========================================================================*/
h1 {font-size:16px; color:#000; font-weight:bold;margin-bottom:5px;} 
h2 {font-size:12px; color:#000; margin-bottom:0px;}
h3 {font-size:11px; margin-bottom:0px;}

/* ANCHORS
===================*/

a:focus { outline: none;}

a:link, 
a:active, 
a:visited
{
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
	background: none;
}

a:hover
{
	color: #0066ff;
	text-decoration: underline;
	background: none;
}

a.product:link, 
a.product:active, 
a.product:visited
{
	color: #003399;
	font-weight:bold;
	text-decoration: none;
	font-size:13px;
}

a.product:hover
{
	color: #0066ff;
	text-decoration: none;
}





b {color: #333333;}

img, img a:link, img a:visited, img a:hover, img a:visited:hover {border:0px;}



p, td, div
{	
	font-size: 11px;
	line-height: 14px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #646a74;
}

p {	margin: 5px 0 0 0; }


/* MISC. STYLES
========================================================================*/

.small {font-size:10px; line-height:12px; color:#aaaab2;}

.big {font-size:14px; line-height:16px; color:#333333;}





	  
/* STRUCTURAL MARKUP
========================================================================*/

#container /* wraps whole page and centers it */
{
	margin: 0 auto 0 auto;
	width: 980px;
	background:none;
	text-align:left;
	background:#ffffff;
}


#content /* wraps whole page and centers it */
{
	margin: 0 auto 0 auto;
	width: 940px;
	background:none;
	text-align:left;
	background:#ffffff;
}

.cartbrowser {background: #ffffff url(../images/bg_grad.jpg) repeat-x;}
.cartbrowser td {border-top:1px solid #999;}
.cartbrowser th {font-weight:bold;font-size:12px;}


.products td {border-top:1px solid #ccc;}





/* FOOTER STYLES
========================================================================*/



#footer
{
	width: 970px;
	font-size: 10px;
	line-height: 12px;
	margin:0px auto;
	padding:5px;
	text-align:right;
}

.copyright
{
	text-align: right;
	float:right;
	width:450px;
	color:#ccc;
}







/* FORMS
========================================================================*/   
input, textarea, select, checkbox, option {
	color: #000000;
	font-weight: normal;
	background-color: #fff8e8;;
	font-size: 11px;
	padding: 1px;
	border: 1px solid #b7b7b7;
}

.submit {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	padding: 2px;
	border:0px;
}


