html {
    margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
	background-image: url(../../images/global/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
    background-color: #5F0302;
}

* {
    font-family: arial;
    font-size: 12px;
	color: #000000;
	-moz-box-sizing: border-box; /* Used to define the width as in IE - width = width + padding + border */
}

table {
	margin: 0;
	padding: 0;
}

td {
    vertical-align: top;
}

ul {
	/*list-style: url(../../images/global/bulletin.gif);*/
	list-style: square;
	padding: 0 0 0 20px;
	margin: 0;
}
ol {
	color: inherit;
	margin-bottom: 0;
	margin-top: 0;
}
li {
	margin: 0;
	padding: 0;
	_padding: 0 0 15px 0;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
	color: #000000;
}
a:hover {
    text-decoration: none;
}

div,p,span, h1,h2,h3 {
	margin: 0;
	padding: 0;
}
span {
	font-weight: inherit;
	font-size: inherit;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
h2 {
	font-weight: inherit;
	display: block;
}
	
.doc_title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.sub_title {
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #5F0302;
}

.btm_border {
	border-bottom: 1px solid #E7E7E7;
}
.top_border {
	border-top: 1px solid #E7E7E7;
}

.btm_border_red {
	border-bottom: 1px solid #E79901;
    margin-bottom: 10px;
	height: 10px;
}
.top_border_red {
	border-top: 1px solid #E79901;
	margin-top: 10px;
	height: 10px;
}

.border {
	margin: 2px 0 0 0;
	height: 1px;
	border-top: 1px solid #E7E7E7;
}

.horizontal_line {
	border-top: 1px solid #E7E7E7;
	margin: 10px 0 0 0;
}
.horizontal_line img {
	height: 10px;
}

td.button {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
td.button a {
	text-decoration: none;
	background: #3794A8;
	border: 1px outset;
	padding: 3px;
	color: white;
	display: block;
	text-align: center;
}
td.button a span {
	color: black;
}
td.button a:hover {
	text-decoration: underline;
	color: white;
}
td.button .disabled {
	text-decoration: none;
	background-color: #F7F7F7;
	border: 1px outset;
	padding: 3px;
	color: #777777;
	display: block;
	text-align: center;
}

.paragraph {
	margin-bottom: 20px;
}
.paragraph .p_title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
}
.paragraph .content {
	font-weight: normal;
	/*line-height: 18px;*/
	text-align: left;
}
.paragraph img.float_left {
	float: left;
	margin: 4px 10px 10px 0;
}
.paragraph img.float_right {
	float: right;
	margin: 4px 0 10px 10px;
}
.paragraph .content table {
	border-collapse: collapse;
	border: 1px solid black;
}
.paragraph .content table td {
	padding: 10px;
}
.paragraph a {
	color: #A60000;
	text-decoration: underline;
	padding: 5px 0 5px 0;
	font-size: inherit;
}
.paragraph a:hover {
	text-decoration: none;
}
.paragraph input {
	width: 240px;
	margin: 10px 0 10px 0;
	border: 1px solid #EBC024;
	font-size: 11px;
	padding-left: 5px;
	height: 19px;
}
.paragraph textarea {
	border: 1px solid #EBC024;
	width: 240px;
	height: 160px;
	margin: 10px 0 10px 0;
}

.field {
	border: 1px solid #EBC024;
	font-size: 12px;
	padding-left: 5px;
	line-height: 19px;
	height: 19px;
	/*_line-height: normal;*/ 
}
select.field {
	position: relative;
	top: -1px;
	height: 17px;
	_height: 18px;
}
textarea.field {
	height: 62px;
	_height: 64px;
}
.submit {
	border-width: 1px;
	background: #A5C7C7;
}

/* ## */

#news {

}
#news .container {
	color: white;
	font-size: 9px;
}
#news a {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF !important;
}
#news a:hover {
	text-decoration: none;
}

/* ## */
.tin {
	font-size: 2px;
	color: #FFFFFF;
	cursor: default;
}

/* ## */

#frame {
    width: 100%;
	height: 100%;
}

#frame #left_cell {
	width: 40%;
}
#frame #middle_cell {
	width: 20%;
}
#frame #right_cell {
	width: 40%;
}

#frame #header #left_cell {
	background-image: url(../../images/global/header_left_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#frame #header #middle_cell {
    height: 65px;
	background-image: url(../../images/global/header_middle_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#frame #header #middle_cell a {
    font-size: 11px;
	text-decoration: none;
	display: block;
	text-align: center;
}
#frame #header #middle_cell a:hover {
    font-size: 11px;
	text-decoration: underline;
}
#frame #header #right_cell {
	background-image: url(../../images/global/header_right_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#frame #menubar #left_cell {
	background-image: url(../../images/global/menubar_left_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#frame #menubar #middle_cell {
    height: 30px;
	background-image: url(../../images/global/menubar_middle_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#frame #menubar #right_cell {
	background-image: url(../../images/global/menubar_right_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#frame #flash #left_cell {
	background-image: url(../../images/global/flash_left_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#frame #flash #middle_cell {
	background-image: url(../../images/global/flash_middle_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#frame #flash #right_cell {
	background-image: url(../../images/global/flash_right_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#frame #newsbar #left_cell {
	background-image: url(../../images/global/newsbar_left_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#frame #newsbar #middle_cell {
    height: 16px;
	background-image: url(../../images/global/newsbar_middle_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#frame #newsbar #right_cell {
	background-image: url(../../images/global/newsbar_right_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#frame #space #left_cell {
	background-image: url(../../images/global/space_left_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#frame #space #middle_cell {
    height: 10px;
	background: #FFFFFF;
}
#frame #space #right_cell {
	background-image: url(../../images/global/space_right_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#frame #middle #left_cell {
	background-image: url(../../images/global/middle_left_background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#frame #middle #middle_cell {
	background-color: #FFFFFF;
}
#frame #middle #right_cell {
	background-image: url(../../images/global/middle_right_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#frame #middle #sidebar {
	padding: 0 9px 0 10px;
	/*background-image: url(../../images/global/sidebar_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;*/
}
#frame #middle #search {
	height: 50px;
	padding: 0 10px 0 60px;
	margin-bottom: 10px;
	background-image: url(../../images/global/search_background.jpg);
	background-repeat: no-repeat;
}
#frame #middle #search a {
	font-size: 10px;
	color: #A60000;
	text-decoration: underline;
}
#frame #middle #search a:hover {
	text-decoration: none;
}
#frame #middle #search .free_search {
	border: 1px solid #EBC024;
	color: #000000;
	font-size: 12px;
	width: 432px;
	padding-left: 5px;
	height: 19px;
	position: relative;
	_top: -1px;
}
#frame #middle #search .by_type {
	border: 1px solid #EBC024;
	width: 140px;
	font-size: 12px;
	height: 17px;
	_height: 18px;
}
#frame #middle #search .search_type {
	/*position: relative;
	left: -4px;*/
}
#frame #middle #search .search_type span {
	font-size: 10px;
	color: #A60000;
	height: 12px;
	line-height: 12px;
	_height: 15px;
	_line-height: 15px;
	position: relative;
	top: 0;
	_top: -1px;
}
#frame #middle #search .search_type input {
	height: 12px;
	line-height: 12px;
	_height: 15px;
	_line-height: 15px;
	position: relative;
	top: 2px;
	_top: 0;
}
#frame #middle #search .submit {
	border: none;
}

#frame #middle #content {
	padding: 0 10px 0 10px;
}

#frame #footer #left_cell {
	background-image: url(../../images/global/footer_left_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#frame #footer #middle_cell {
    height: 100px;
	background-image: url(../../images/global/footer_middle_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#frame #footer #right_cell {
	background-image: url(../../images/global/footer_right_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#frame #footer table {
}
#frame #footer .note {
	color: #A60000;
}
#frame #footer .links {

}
#frame #footer .links a {
	color: #A60000;
    padding: 0 10px 0 0;
    text-decoration: none;
}
#frame #footer .links a:hover {
    text-decoration: underline;
}

/* ## */

#menubar {
	
}
#menubar a {
	text-align: left;
	display: block;
	padding: 9px 0 0 10px;
	text-decoration: none;
	color: white;
	font-size: 11px;
}
#menubar a:hover {
	text-decoration: underline;
}

#menubar .box {

}
#menubar .search {

}
#menubar .search .sub_title {
}
#menubar .search input {
	
}
#menubar .search .field {
	
}
#menubar .search select {
	
}
#menubar .search .submit {

}
#menubar .sub_title {

}
#menubar a {

}

#sub_menubar {
	
}
#sub_menubar a {

}
#sub_menubar a:hover {

}

/* ## */

#submenubar .categories {
	margin-bottom: 10px;

}

#submenubar .categories .container {
	width: 156px;
	height: 20px;
	float: left;
	background-image: url(../../images/global/non_selected_submenubar_category_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 19px;
}
#submenubar .categories a {
	text-decoration: none;
	display: block;
	padding: 0 5px 0 5px;
	width: 155px;
	color: white;
}
#submenubar .categories a:hover {
	/* background-image: url(../../images/global/selected_submenubar_category_background.jpg); */
	font-weight: bold;
}
#submenubar .categories a.selected {
	background-image: url(../../images/global/selected_submenubar_category_background.jpg);
}

/* ## */

#sidebar {

}
#sidebar img.logo {

}
#sidebar .categories {
	padding-bottom: 10px;

}
#sidebar .categories .c_title {;
	background-image: url(../../images/global/sidebar_title_background.jpg);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 19px;
	font-weight: bold;
	padding: 0 5px 0 5px;
	color: black;
}
#sidebar .categories div {
	background-image: url(../../images/global/category_background.jpg);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 19px;
}
#sidebar .categories a {
    display: block;
	width: 100%;
	text-decoration: none;
	padding: 0 5px 0 5px;
	color: white;
}
#sidebar .categories a:hover {
	/* background-image: url(../../images/global/selected_category_background.jpg); */
	font-weight: bold;
}
#sidebar .categories a.selected {
	background-image: url(../../images/global/selected_category_background.jpg);
	font-weight: bold;
}

#sidebar .categories div.sub_container {
	background-image: url(../../images/global/non_selected_sub_category_background.jpg);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 19px;
}
#sidebar .categories .sub_categories {
	padding: 0 5px 0 15px;
	background-image: url(../../images/global/non_selected_sub_category_background.jpg);
}
#sidebar .categories a:hover.sub_categories {
	padding: 0 5px 0 15px;
	/* background-image: url(../../images/global/selected_sub_category_background.jpg); */
	font-weight: bold;
}
#sidebar .categories .sub_categories_selected {
	padding: 0 5px 0 15px;
	background-image: url(../../images/global/selected_sub_category_background.jpg);
	font-weight: bold;
}
#sidebar .categories a:hover.sub_categories_selected {
	/* background-image: url(../../images/global/selected_sub_category_background.jpg); */
	font-weight: bold;
}

#sidebar .box {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar .box a {
	text-decoration: underline;
	font-weight: bold;
}
#sidebar .box a:hover {
	text-decoration: none;
}
#sidebar .box .title {
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #3794A8;
}
#sidebar .box .content {

}
#sidebar .box.search {

}
#sidebar .box.search .content {

}
#sidebar .box.search form select {
}
#sidebar .box.search form input {
	display: inline;
}
#sidebar .box.search form input.submit {
	position: relative;
	left: -1px;
    width: 30px;
	border: none;
	/*background-color: #3794A8;*/
	background-color: white;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
}
#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;
}

/* ## */

.top_container {
	width: 100%;
}

.middle_container {
	width: 100%;
}
.btm_container {
	width: 100%;	
}

/* ## */

#group {
	/*border: 1px solid #CCCCCC;*/
	text-align: left;
	width: 100%;
}
#group .title {
	background-color: #9CDACC;
	font-size: 12px;
}
#group .paragraph {
}
#group .paragraph .p_title {
    font-weight: bold;
}
#group .paragraph .content {
    text-align: justify;
}

#group .group_nav {
	width: 780px;
}
#group .bottom_border {
	border-bottom: 1px solid #EFE5E5;
	margin-bottom: 10px;
}
#group .top_border {
	border-top: 1px solid #EFE5E5;
	margin-top: 20px;
}
#group .group_nav_button {
	background: #EFE5E5;
	padding: 0 5px 0 5px;
	margin-right: 1px;
	width: 60px;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
}
#group .group_nav_button a {
	text-decoration: none;
}
#group .group_nav_button a:hover {
	text-decoration: underline;
}
#group .group_nav_pages {
	background: #EFE5E5;
	padding: 0 5px 0 5px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
}
#group .group_nav_pages span {
	font-size: 11px;
	font-weight: bold;
}
#group .group_nav_pages a {
	font-size: 11px;
}
#group .group_nav_pages a:hover {
	
}
#group .group_nav_pages .number {
	
}
#group .group_nav_pages .next {

}
#group .group_nav_pages .prev {

}

#group .thumbnails {
	width: 780px;
}
#group .thumbnails * {
	font-size: 11px;
}
#group .thumbnails td {
	vertical-align: middle;
}
#group .thumbnails .td_title {
	border-bottom: 1px solid #DFCDCC;
	padding: 5px 5px 5px 0;
	text-align: left;
	color: #A60000;
}
#group .thumbnails .product {
	text-align: left;
	padding: 2px 10px 2px 0;
	border-bottom: 1px solid #DFCDCC;
	height: 45px;
}
#group .thumbnails .column_spacer {
	width: 10px;
}
#group .thumbnails .row_spacer {
	height: 1px;
}
#group .thumbnails .product .t_title {
	margin: 5px;
    font-weight: normal;
    color: #333333;
}
#group .thumbnails .product .t_description {
	margin: 5px;

}
#group .thumbnails .product .image {
    width: 120px;
    height: 120px;
    margin: 5px;
	border: 1px solid #E8E3D9;
}
#group .thumbnails .product .price {
    font-weight: bold;
	margin: 5px 5px 5px 0;
	text-align: left;
}
#group .thumbnails .product .price .retail {
    margin-right: 5px;
    font-weight: normal;
    text-decoration: line-through;
}

/* ## */

.thumbnails-alt {
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	border-top: 1px solid #E7E7E7;
}
.thumbnails-alt .product {
	margin: 0 15px 10px 0;
	padding: 0 5px 0 0;
	float: left;
}
.thumbnails-alt .product .image {
    width: 120px;
    height: 120px;
	border: 1px solid #E8E3D9;
}

/* ## */

#artists {
}
#artists .a_title {
	font-weight: bold;
}
#artists .a_title a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
#artists .a_title a:hover {
	text-decoration: underline;
	color: #3794A8;
}
#artists .a_title a.selected {
	text-decoration: underline;
	color: #3794A8;
}
#artists .a_title a:hover.selected {
	color: #3794A8;
	text-decoration: none;
}
#artists .a_description {

}
#artists .a_description .paragraph {
	margin: 0 10px 0 0;
	padding: 5px 10px 10px 10px;
	line-height: 18px;
	text-align: justify;
	background-color: #F2F2F2;
}

#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: #3794A8;
	text-decoration: none;
}

.results_numbers {
	line-height: 24px;
}

/* ## */

.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 {

}
#specific_product .container {

}
#specific_product div {

}
#specific_product a {
	font-weight: bold;
	text-decoration: underline;
}
#specific_product a:hover {
	text-decoration: none;
}
#specific_product .product_title {
	text-align: left;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#specific_product .catalog_number {
	float:right;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#specific_product .description {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-weight: normal;
}
#specific_product .large_image_box {
	text-align: center;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	left: -5px;
}
#specific_product .large_image {
	margin: 0 10px 0 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 {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#specific_product .large_image_box .large_image_nav a:hover {
	text-decoration: none;
	color: #3794A8;
}

#specific_product .with_btm_border {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

#specific_product .price {
	font-weight: bold;
}
#specific_product .add_button {
	border: 1px outset;
	font-weight: bold;
	color: #FFFFFF;
	/*background-color: #3794A8;*/
	background-color: orange;
}
#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: #3794A8;
	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: #3794A8;
}
#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 {
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 18px;
}

/* ## */

#checkout {
	text-align: justify;
	width: 780px;
}
#checkout .container {
	width: 100%;
}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {
}
#checkout .status_bar div {
	margin: 0 5px 0 0;
	position: relative;
	top: -5px;
}
#checkout .status_bar img {
	position: relative;
	top: 5px;
}
#checkout .status_bar .passed {
	color: #CCCCCC;
}
#checkout .status_bar .selected {
	color: #5F0302;
	font-weight: bold;
}
#checkout .status_bar .selected img {
	position: relative;
	top: 5px;
}
#checkout .content {
	width: 100%;
}
#checkout .content table {
	text-align: left;
}
#checkout .content .inner_tables td {
	padding: 5px;
}

#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 {
	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: #EDB343;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
#checkout .continue {
	border: 1px outset;
	background: #5F0302;
	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 ;
	padding: 0 0 0 2px;
}
#checkout .field {
	width: 180px;
	margin: 0 10px 5px 0;
}
#checkout .long .field {
	width: 280px;
	margin: 0 10px 5px 0;
}
#checkout .long textarea {
	width: 280px;
	height: 120px;
	margin: 0 10px 5px 0;
}
#checkout checkbox {
	margin: 0 0 5px 0;
}
#checkout .exp_date_YY {
	width: 100px;

}
#checkout .exp_date_MM {
	width: 80px;
}
#checkout .checkout_box {
	border: 1px solid #E7E7E7;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
	display: inline;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#home {
	margin-bottom: 20px;
	border-collapse: collapse;
}
#home a {
	color: #A60000;
}
#home td.content{
	padding: 5px;
	border: 1px solid #E79901;
	border-top: none;
	background: #FFFAF0; /* #FDF7EC; */
}

#home td.p_title {
	background-image: url(../../images/global/sub_title_background.jpg);
	font-weight: bold;
	padding: 0 5px 0 5px;
	margin: 0;
	font-size: 12px;
	border: 1px solid #E79901;
}

