body,html {
    margin: 0px;
    background-color: #424242;
}

* {
    font-family: arial;
    font-size: 12px;
	color: #333333;
}

table {
	margin: 0;
	padding: 0;
}

td {
    vertical-align: top;
	margin: 0;
	padding: 0;
}

div,p,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
	color: #333333;
}
a:hover {
    text-decoration: underline;
}

.title {
	height: 30px;
	max-height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: black;
	
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	
	background-image: url(/images/global/doc_title_background.gif);
}

.sub_title {
	margin: 0;
	padding: 0 0 3px 2px;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.btm_border {
	border-bottom: 1px solid #D7D0BD;

}
.top_border {
	border-top: 1px solid #D7D0BD;

}
/*
td.button {
	width: 60px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(/images/global/button_background.jpg);
	background-position: 0 0 ;
}
td.button a {
	text-decoration: none;
}
td.button a:hover {
	text-decoration: none;
	color: black;
}
*/

.description {
	margin: 0 10px 10px 10px;
}

.paragraph {
	margin: 0 10px 10px 10px;
}
.paragraph .p_title {
	font-weight: bold;
}
.paragraph .content {
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}
.paragraph img.float_left {	
	float: left;
	margin: 5px 10px 5px 0;
	max-width: 420px;
}
.paragraph img.float_right {
	float: right;
	margin: 5px 0 5px 10px;
	max-width: 420px;
}
.paragraph a {
	text-decoration: underline;
}
.paragraph a:hover {
	text-decoration: none;
}
.paragraph input.field {
	width: 240px;
	margin: 5px 0 10px 0;
}
.paragraph textarea {
	width: 240px;
	height: 160px;
	margin: 5px 0 10px 0;
}
.paragraph .submit {
	margin: 5px 0 10px 0;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: black;
}

/* ## */

#frame {
    width: 100%;
}

#frame #left_cell {
	width: 30%;
	background-color: #686868;
}
#frame #middle_cell {
	width: 40%;
	background-color: #424242;
}
#frame #right_cell {
	width: 30%;	
	background-color: #686868;
}

#frame #header {
    height: 100px;
	max-height: 100px;
}
#frame #header #left_cell {
	background-image: url(/images/global/header_side_cell.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}
#frame #header #middle_cell {
	background-image: url(/images/global/header.jpg);
	background-position: 50% 0;
	background-repeat: repeat-x;
}
#frame #header #right_cell {
	background-image: url(/images/global/header_side_cell.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#frame #middle {
	background: #F2F0E9;
	
}
#frame #middle #left_cell {
	background-color: #FF8600;
	/*background-color: #F9F9F9;*/
	background-image: url(/images/global/side_addon_left.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
}
#frame #middle #middle_cell {
	background-color: #EFEFEF;
}
#frame #middle #right_cell {
	background-color: #FF8600;
	/*background-color: #F9F9F9;*/
	background-image: url(/images/global/side_addon_right.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#frame #middle #sidebar {
	margin: 10px;
	
}
#frame #middle #content {
	margin: 10px;
}

#frame #footer {
	
}
#frame #footer #left_cell {
	background-image: url(/images/global/footer_side_cell.jpg);
	background-position: 50% 0;
	background-repeat: repeat-x;
}
#frame #footer #middle_cell {
	background-image: url(/images/global/footer.jpg);
	background-repeat: repeat-x;
}
#frame #footer #right_cell {
	background-image: url(/images/global/footer_side_cell.jpg);
	background-position: 50% 0;
	background-repeat: repeat-x;
}
#frame #footer div {
	padding: 10px;
	color: #888888;
}
#frame #footer a {
    text-decoration: none;
}
#frame #footer a:hover {
    text-decoration: underline;
}

/* ## */

.top_container {
	width: 440px;
	max-width: 440px;
	
}
.top_container .doc_title{
	height: 30px;
	max-height: 30px;
	background-image: url(/images/global/doc_title_background.jpg);
	background-repeat: repeat-x;
}

.middle_container {
	width: 440px;
	max-width: 440px;
}
.btm_container {
	width: 440px;
	max-width: 440px;
}


/* ## */

#menubar {

}
#sub_menubar {
	
}
#sub_menubar a {
	display: block;
		
	text-decoration: none;
	background-image: url(/images/global/non_selected_category.jpg);
	background-repeat: no-repeat;
	
	height: 20px;
	max-height: 20px;
	
	padding: 0 5px 0 0;
}
#sub_menubar a:hover {
	text-decoration: none;
	background-image: url(/images/global/selected_category.jpg);
}
#sub_menubar a.selected {
	text-decoration: none;
	background-image: url(/images/global/selected_category.jpg);
}
#sub_menubar div {

}

/* ## */

#sidebar {
	padding-top: 10px;
}
#sidebar img.logo {
	
}
#sidebar .categories {
	
}
#sidebar .categories a {
    display: block;
	padding: 0;
	width: 120px;
	max-width: 115px;
	height: 20px;
	max-height: 20px;
	
	text-decoration: none;
	background-image: url(/images/global/non_selected_category.jpg);
	background-repeat: no-repeat;
	
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
}
#sidebar .categories a:hover {
	text-decoration: none;
	background-image: url(/images/global/selected_category.jpg);
}
#sidebar .categories a.selected {
	background-image: url(/images/global/selected_category.jpg);
}

#sidebar .sub_categories {
    margin: 0 0 5px 10px !important;
	width: 110px !important;
	max-width: 105px !important;
}


#sidebar .box {
	width: 120px;
	max-width: 120px;
	margin: 0 0 10px 0;
}
#sidebar .box .sub_title {
	line-height: 24px;
}
#sidebar .box a {
	text-decoration: underline;
	font-weight: bold;
}
#sidebar .box a:hover {
	text-decoration: none;
}
#sidebar .box .container{
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	padding: 4px;
}
#sidebar .box .content {

}

#sidebar .box.search {

}

#sidebar .box.search .btm_border {
	border-bottom: 1px solid #E1E1E1;
	padding: 0;
	margin: 0 0 5px 0;
}
#sidebar .box.search .content {

}
#sidebar .box.search input {
	width: 105px;
	max-width: 105px;
	height: 17px;
	max-height: 17px;
	font-size: 10px;
	border: 1px inset;
	background: #F1F1F1;
}
#sidebar .box.search .continue {
	position: relative;
	top: -1px;
	width: 50px;
	max-width: 50px;
	height: auto;
	max-height: auto;

	border: 1px outset;
	background: black;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

#sidebar .box.special-offers {

}
#sidebar .box.special-offers .content {

}
#sidebar .box.special-offers a.button {
	display: block;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-decoration: underline;
}
#sidebar .box.special-offers a:hover.button {
	text-decoration: none;
}

/* ## */

#group {

}
#group .paragraph { 
	line-height: 20px;  
}
#group .paragraph .p_title {
    font-weight: bold;
}
#group .paragraph .content {
    text-align: justify;
}

#group .thumbnails {
	margin: 0;
	padding: 0;
}
#group .thumbnails .product {
	text-align: center;
	background-color: white;
	width: 140px;
	max-width: 140px;
}
#group .thumbnails .top {
	background-image: url(/images/global/product_back.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#group .thumbnails .column_spacer {
	width: 10px;
}
#group .thumbnails .row_spacer {
	height: 10px;
}
#group .thumbnails .product .t_title {
	margin: 5px;
	text-align: center;
    font-weight: bold;
    color: #333333;
}
#group .thumbnails .product .t_description {
	margin: 5px;
	text-align: left;
}
#group .thumbnails .product .image {
    margin: 5px;
	/*border: 1px solid #E8E3D9;*/
}

.price {
    font-weight: bold;
	margin: 0px 5px 0px 5px;
}
.price .retail {

}
.price .actual {

}
.price .erased {
    margin-right: 5px;
    font-weight: normal;
    text-decoration: line-through;
}

#group_links {
    border: 1px solid #889F10;
    background-color: #260D10;
    padding: 5px 0 5px 0;
}
#group_links a {
    position: relative;
    left: 2px;
    border-right: 1px solid #889F10;
    padding: 1px 10px 1px 9px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#group_links a:hover {
    color: #C1E102;
	text-decoration: none;
}
#group_links a.selected {
    color: #C1E102;
}

#shuffled_images {
	width: 550px;
	cursor: pointer;
}
#shuffled_images .images{
	height: 90px; 
	background-position: 40% 50%;
}
#shuffled_images .column_spacer{
	width: 5px;
}

/* ## */

.thumbnails-alt {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #F1F1F1;
}
.thumbnails-alt .product {
	margin: 0 16px 10px 0;
	padding: 5px 5px 2px 5px;
	float: left; 
	background-color: #F5F5F5;  
}
.thumbnails-alt .product .image {
    width: 120px;
    height: 120px;
	/* border: 1px solid #E8E3D9;*/
}

/* ## */

#artists {
}
#artists .a_title {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#artists .a_title a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
#artists .a_title a:hover {
	text-decoration: underline;
	color: black;
}
#artists .a_title a.selected {
	text-decoration: underline;
	color: black;
}
#artists .a_title a:hover.selected {
	color: black;
	text-decoration: none;
}
#artists .a_description {
	margin: 0 0 10px 0;
	padding: 0;		
}
#artists .a_description .paragraph {
	padding: 5px 10px 10px 10px;
	line-height: 18px;
	background-color: #F2F2F2;	
}
#artists .a_description .paragraph .content {
	text-align: left;
}
#artists .thumbnails-alt {
	border: none;
}

/* ## */

.navigation {
	
}
.navigation td {
	padding: 0px;
}
.navigation.add_to_bag {
	
}
.navigation.add_to_bag input {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.navigation a {
    color: #000000;
    text-decoration: none;
}
.navigation a:hover {
	color: black;
	text-decoration: none;
}

/* ## */

.small_btns {
	
	border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
	
	color: #624412;
	
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	
	margin: 0;	
    padding: 1px;
    background: #E9E9E9;
	/*width: 122px;*/
}
.small_btns a:link {
    color: #000000;
    text-decoration: none;
}
.small_btns a:visited {
    color: #000000;
    text-decoration: none;
}
.small_btns a:hover {
    color: #FFFFFF;
	text-decoration: none;
}

/* ## */

#specific_product {
	background-color: #F2F2F2;
}
#specific_product .container {
	padding: 0;
	margin: 0;
}
#specific_product div {
	padding: 0 0 7px 0;
	margin: 10px 10px 0 10px;
}
#specific_product .btm_border {
	border-bottom: 1px solid #D7D7D7;	
}
#specific_product a {
	font-weight: bold;
	text-decoration: underline;
}
#specific_product a:hover {
	text-decoration: none;
}
#specific_product .product_title {
	font-weight: bold;
}
#specific_product .catalog_number {
	font-weight: bold;
}
#specific_product .description {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
}
#specific_product .large_image_box {
	text-align: center;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
#specific_product .large_image_box .large_image {
	width: 400px;
	margin: 0;
	padding: 0;
}
#specific_product .large_image_box .large_image_nav {
	color: #000000;
	font-weight: bold;
}
#specific_product .large_image_box .large_image_nav a {
	margin: 0 2px 0 2px;
	padding: 2px;
	border: 1px solid #D1D1D1;
	background-color: #E7E7E7;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#specific_product .large_image_box .large_image_nav a:hover {
	text-decoration: none;
	color: black;
}
#specific_product .price {
	font-weight: bold;
}
#specific_product .add_button {
	border: 1px outset;
	font-weight: bold;
	color: #FFFFFF;
	background-color: black;
	cursor: pointer;
}
#specific_product select {
	width: 250px;
}
#specific_product .group_alt_number {
	/*width: 120px;*/
	text-align: right;
	font-weight: bold;
}

/* ## */

#matched_items {
	margin: 0 0 10px 0;
}
#matched_items .images {
}
#matched_items .images .thumb_with_border {
	width: 120px;
	height: 120px;
	margin: 0 5px 0 0 ;
	border: 1px solid #E8E3D9;
}
#matched_items .prices {
	padding: 5px;
	margin: 0;
}
#matched_items .prices table {
	width: 122px;
	height: 96px;
}
#matched_items .prices .btn_add_both_to_bag {
	vertical-align: bottom;
}
#matched_items .prices .small_btns {

}
#matched_items .prices td {

}
#matched_items .prices .align {
	width: 22px;
}
#matched_items h1 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding: 5px 0 5px 0;
}
#matched_items .description {
	margin: 0;
	padding: 0 5px 0 5px;
}
#matched_items h2 {
	font-size: 12px;
	font-weight: bold;
	color: black;
}
#matched_items h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0 0 0;
}
#matched_items p {
	font-weight: normal;
}
#matched_items a {
	font-weight: bold;
	text-decoration: underline;
}
#matched_items a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* ## */

#group_alt {
	margin: 0;
	padding: 0;
	
	text-align: justify;
	line-height: 18px;
	color: #421011;
		
}

#group_alt .container {
	padding: 0 7px 7px 7px;
}
#group_alt .title {
    font-size: 28px;
    color: #28A4BC;
	padding: 14px 0 7px 0; 
}
#group_alt .description {
	font-weight: bold;
}
#group_alt .paragraph {
	width: 627px;
	margin: 0 0 4px 0;
	background-color: #D6CDCE;
}
#group_alt .paragraph td {
	padding: 4px;
}
	#group_alt .paragraph .p_title {
		font-weight: bold;
	}
	#group_alt .paragraph .content {
		font-weight: normal;
	}
	#group_alt .paragraph td.image {
		width: 120px;
	}
	#group_alt .paragraph img {
		width: 120px;
		height: 120px;
	}
#group_alt .paragraph .link {
	width: 122px;
	height: 18px;
	border-top: 1px solid #5B4343;
    border-right: 1px solid #5B4343;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
	
	text-align: left;
	color: white;

    padding: 2px 2px 2px 4px;
	margin: 4px 0 0 0;
    background-color: #3B2929;
	
	float: right;
}
#group_alt .paragraph td.link_column {
	width: 122px;
	vertical-align: bottom;
}
#group_alt .paragraph .link a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#group_alt .paragraph .link a:visited {
	color: #FFFFFF;
	text-decoration: none;
}	
#group_alt .paragraph .link a:hover {
	text-decoration: underline;
}

/* ## */

#document {
	text-align: justify;
	line-height: 18px;
}
#document img {
	/*background-color: white;
	background-image: url(/images/global/document_img_back.gif);
	background-repeat: repeat-x;
	background-position: 0 0;*/
}

/* ## */

#checkout {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: justify;
	color: #421011;
}
#checkout .container {
	
}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {
	margin: 10px 0 0 0;
}
#checkout .status_bar div {
}
#checkout .status_bar img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .status_bar .selected {
	color: black;
	font-weight: bold;
}
#checkout .status_bar .selected img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .content {

}
#checkout .content table {
	text-align: left;
}
#checkout .content .inner_tables td {
	padding: 5px;
}
#checkout hr {
	border: 1px solid #F1F1F1;
	height: 1px;
}
#checkout .content .left_column_width {
	width: 10%;
}
#checkout .content .img_column {
	width: 60px;
}
#checkout .content .other_column {
	width: 60px;
}
#checkout .content .items {
	width: 60px;
	background-color: #E6E6E6;
}
#checkout .content .t_title {
	background-color: #C5C5C5;
	font-weight: bold;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 40px;
	height: 20px;
}
#checkout .content .blank {
	background-color: #FFFFFF;
}
#checkout .content .subtotal {
	background-color: #CED6D8;
	font-weight: bold;
}
#checkout .content .empty {
	height: 50px;
}
#checkout .button {
	border: 1px outset;
	background: #F1F1F1;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
#checkout .continue {
	border: 1px outset;
	background: black;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
#checkout a {
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}
#checkout .input_title {
	margin: 10px 0 0 0 ;
}
#checkout .field {
	width: 180px;
	margin: 0 10px 0 0;
}
#checkout .exp_date_YY {
	width: 100px;

}
#checkout .exp_date_MM {
	width: 80px;
}
#checkout .checkout_box {
	border: 1px solid #F1F1F1; 
	padding: 10px;
	margin: 0 0 10px 0;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
	/*border-bottom: 1px dotted #421011;*/
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;	
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#home {
}
#home .top_container {
	
}
#home .top_container td {
}
#home .top_container #group_links {
	width: 366px;
	max-width: 362px;
	border-top: 1px solid #6DBBCF;
	border-right: 1px solid #6DBBCF;
	border-bottom: 1px solid #116178;
	border-left: 1px solid #116178;
	/*border: 1px solid #1386A1;*/
    background-color: #29A1BC;
    padding: 5px 0 5px 0;
}
#home .top_container #group_links a {
    position: relative;
    left: -1px;
    border-left: 1px solid #116178;
	border-right: none;
    padding: 1px 9px 1px 10px;
    text-align: center;
    color: #0C5872;
    font-weight: bold;
    text-decoration: none;
}
#home .top_container #group_links a:hover {
    color: #FFFFFF;
	text-decoration: none;
}
#home .top_container #group_links a.selected {
    color: #FFFFFF;
}
#home .middle_container {
	background-position: 0 0;
	height: 368px;
	background-image: url(/images/home/home.jpg);
}
#home .middle_container .paragraph {
	width: 290px;
	height: 200px;	
	position: relative;
	left: 214px;
	top: 164px;
}
#home .middle_container .paragraph .title {	
	padding: 5px 7px 5px 18px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	background-color: #0984A3;
	color: #FFFFFF;
}
#home .middle_container .paragraph .content {	
	padding: 7px;
	color: #FFFFFF;
	background-color: #260D10;
	text-align: justify;
}
#home .btm_container {	
	padding: 0;
	margin: 0;
}
#home .btm_container img {
	float: left;
	margin: 4px 0 0 4px;
	/*clip: rect(*/	
	height: 75px;
}

/* ## */

#poll {

}
#poll .poll_title {
	font-weight: bold;
	padding-bottom: 10px;
}
#poll .poll_description {
	padding-bottom: 10px;
}

#poll .option {
	padding-bottom: 10px;
}
#poll .option input {
	position: relative;
	top: 3px;
}
#poll .option_title {
	padding-bottom: 5px;
	font-weight: bold;
}

#poll .results_title {
	padding-bottom: 10px;
	font-weight: bold;
}
#poll .results_title img {
	height: 50px;
}
#poll .results_image {
	padding-bottom: 10px;
}
#poll .results {
	margin: 0 0 10px 0;
}
#poll .results .bar {
	width: 300px;
	border: 1px solid #FAD2A7;
}
#poll .results .bar .inside {
	background-color: #FF6600;
	margin: 2px;
}
#poll .results .number {
	margin-left: 5px;
}

#poll .vote {
	background-color: #FF6600;
	border: 1px outset;
	color: black;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

/* ## */
