@import 'reset.css';
@import 'columns.css';
@import 'product.css';
@import 'legacy.css';
@import 'wideformat.css';
@import 'homepage.css';


body {
	background: #000 url('/styles/default/2009/images/background.png') repeat-y top center;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial;
}

h1 {
	color: #d9261c;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 32px;
	line-height: 36px;
    margin-bottom: 12px;
    font-weight: normal;
}

h2 {
    font-size: 20px;
    line-height: 20px;
}

h3 {
    font-size: 13px;
	font-weight:bold;
	line-height: 1.25em;
    margin-bottom: 10px;
    margin-top: 16px;
	color:#C00;
}

h4 {
    font-size: 12px;
    line-height: 18px;
	font-weight:bold;
}

td, th {
	vertical-align: top;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

#logo {
	float: left;
}

#fadeleft {
	position: absolute;
	top: 0;
	left: -200px;
	height: 100%;
	width: 200px;
	background: #000 url('/styles/default/2009/images/fade-left.png') repeat-y top;
	overflow: hidden;
}

#faderight {
	position: absolute;
	top: 0;
	right: -200px;
	height: 100%;
	width: 200px;
	background: #000 url('/styles/default/2009/images/fade-right.png') repeat-y top;
	overflow: hidden;

}

#header {
	height: 84px;
	background-color: #000;
}

#wrapper {
    background: #DEDFDE url('/styles/default/2009/images/nav-repeat-vt.png') repeat-y top left;
	position: relative;
}

#faux {
	background: grey url('/styles/default/2009/images/nav-repeat-vt.png') repeat-y top left;
}

#leftcolumn {
	background: grey url('/styles/default/2009/images/nav-repeat-vt.png') repeat-y top left;

}

#rightcolumn {
	background-color: #FFF;
}

#leftcolumntop {
	background: #FFF url('/styles/default/2009/images/shading-nav.png') repeat-x top;
	height: 13px;
}

#rightcolumntop {
	background: #FFF url('/styles/default/2009/images/shading-out.png') repeat-x top;
	height: 13px;
}

#content-container {
	padding: 10px;
}

#rightcolumnbottom {
	background: #FFF url('/styles/default/2009/images/shading-in.png') repeat-x bottom;
	height: 13px;
}

#footer {
	background: #000 url('/styles/default/2009/images/footer.png') no-repeat top left;
}

#toprow {
	background: #DEDEDE url('/styles/default/2009/images/nav-repeat-hz.png');
	/*border: 1px solid #969494;*/
}

#dropdown {
	list-style: none;
	padding: 0 0 0 25px;
}

#dropdown li {
	float: left;
	line-height: 1;
}

#dropdown li a {
	display: block;
	line-height: 30px;
	color: #CCC;
}

#dropdown li ul {
	list-style: none;
	position: absolute;
	background: #EEE;
	border: 1px solid #969494;
	left: -999em;
	width: 200px;
	padding: 5px;
	z-index: 9;
}

#dropdown li ul a {
	width: 200px;
	line-height: 20px;
	color: black;
}

#dropdown li.hover ul {
	left: auto;
}

#dropdown li ul li a:hover {
	background: #DDD;
}

#footerlinks {
	color: #FFF;
	list-style-type: square;
	float: right;
	margin: 15px 0 0 0;
}

#footerlinks a {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#footercontacts {
	width: 150px;
	float: right;
	margin: 15px 0 0 20px;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
}

#footerlogos {
	width: 150px;
	float: right;
	margin: 20px 0 0 20px;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
}

li#cat_home { /*34*/
	width: 59px;
}
li#cat_about { /*48*/
	width: 73px;
}
li#cat_terms { /*81*/
	width: 106px;
}
li#cat_gallery { /*39*/
	width: 64px;
}
li#cat_artwork { /*42*/
	width: 67px;
}
li#cat_contact_us { /*59*/
	width: 84px;
}
li#cat_login { /*34*/
	/* end item */
}

#categories {
	list-style: none;
	padding: 5px;
	background: #DEDFDE url('/styles/default/2009/images/nav-repeat-vt.png') repeat-y top;
}

#categories li {
	margin: 0 0 5px;
}

#categories li > a {
	border: 1px solid transparent;
	line-height: 16px;
	display: block;
	color: #000;
	font-size: 0.9em;
	padding: 0 15px 2px 5px;
	background: #DEDFDE url('/styles/default/2009/images/nav-left-off.png') no-repeat right top;
	clear: both;
}

#categories li a.hover {
	border-color: red;
	text-decoration: none;
}

#categories li.category a {
}

#categories li.category a.hover {
}

#categories li.category ul {
	margin: 3px 0 0 0;
	background: transparent;
	color: #000;
}

#categories li.category ul li {
}

#categories li.category ul li a {
	background: transparent url('/styles/default/2009/images/black-square.png') no-repeat 5px center;
	padding-left: 15px;
	line-height: 14px;
}

#categories li.category ul li a.hover {
	background: #FFF url('/styles/default/2009/images/red-square.png') no-repeat 5px center;
}


#searchbox {
	float: right;
	height: 25px;
	padding-top: 5px;
}

#search-field {
	height: 15px;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 13px;
	line-height: 13px;
}

#search-button {
	height: 21px;
	margin: 0 5px 0 0;
	font-size: 13px;
	line-height: 13px;
}

#minicart {
	float: right;
	line-height: 30px;
	margin-right: 20px;
	color: #FFF;
}

#minicart a {
	color: #FFF;
}


#sidebar {
	float: right;
	width: 147px;
}


#slideshow, #viewmore, #links {
	border: 1px solid #969494;
}

#viewmore {
	border-width: 0 1px 1px 1px;
	margin-bottom: 10px;
	background-color: #D9261C;
}

#viewmore a {
	line-height: 19px;
	color: #FFF;
	display: block;
	text-align: center;
}

#viewmore a:hover {
	background-color: #B00;
}


#links {
	background-color: #FFF;
	padding: 6px 6px 0 6px;
}

#links ul {
	list-style: none;
}

#links li {
	line-height: 15px;
	margin-bottom: 6px;
}

#links a {
	color: #000;
}


#content p {
    margin-bottom: 12px;
    line-height: 16px;
}

#content ul, #content ol {
    margin: 0 0 12px 14px;
    padding: 0 0 0 15px;
}

#content li {
    line-height: 16px;
}

div.static {
	border: 1px solid #969494;
	padding: 10px;
	background-color: #FFF;
	line-height:1.4em;
}

#cart {
	border: 1px solid #969494;
}

#cart td, #cart th {
	padding: 5px;
}

#cart tr.lineitem td {
	border-bottom: 1px solid #969494;
}

#cart td.quantity {
	border-left: 1px solid #969494;
	text-align: center;
}

#cart td.image {
	text-align: center;
}

#heading th {
	background: #DEDEDE url('/styles/default/images/layout/navigation-gradient.gif');
	line-height: 23px;
	border-bottom: 1px solid #969494;
	padding: 0 5px;
}

.details td, .details th {
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #969494;
	line-height: 16px;
}
.details th {
	background-color: #b5c8dc;
}

#breadcrumbs {
    font-size : 85%;
    color : #000;
    margin-bottom : 5px;
}
#breadcrumbs a {
    color : #f00;
}
#breadcrumbs a:hover {
    color : #fff;
    background-color : #f00;
}

.accessory {
	clear: both;
	margin-bottom: 30px;
}

.accessory .thumbnail {
	float: left;
	text-align: center;
	width: 180px;
	padding-right: 10px;
	padding-bottom: 30px;
}

.accessory .thumbnail span {
	display: block;
	margin-top: 10px;
	text-align: center;
}

.accessory .description {
	padding-left: 10px;
	padding-bottom: 30px;
	float: left;
	width: 300px;
}