html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
    background:#AAAAAA;
}

* {
    font-family: arial;
    font-size: 12px;
	color: #000000;
}

ul {
	list-style: url(/images/global/bulletin.gif);
	padding: 0 20px 0 0;
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
}

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;
}
form td {
    vertical-align: middle;
}
input, textarea, select {
	width: 180px;
	margin-bottom: 5px;
	background: #FFFFFF;
	border: 1px solid #777777;
	color: #000000;
}
.input_title {
	font-weight: bold;
}
.checkbox, .radio {
	width: auto !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.error {
    font-weight: bold;
    color: #B82C30;
}
input.error, select.error, textarea.error {
    font-weight: normal;
    color: #000000;
    border: 1px solid #993300;
	background: #FFA6A8;
}
.mandatory {
    color: #B82C30;
}
.submit {
	width: auto;
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background: #FFFFFF;
	text-align: center !important;
}


a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1,.title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sub_title {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
}

.btm_border {
	border-bottom: 1px solid #777777;
	/*
	background-image: url(/images/global/border_horizontal_line.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	*/

}
.top_border {
	border-top: 1px solid #777777;
	/*
	background-image: url(/images/global/border_horizontal_line.gif);
	background-position: center top;
	background-repeat: repeat-x;
	*/
}

td.separator {
    width: 0.1%;
}
td.separator div {
    width: 10px;
    height: 10px;
    font-size: 4px;
}
div.separator {
    width: 10px;
    height: 10px;
    font-size: 4px;
}

/* ## */

.navigation {	
}
.navigation td {
	padding: 0px;
	color: #FFFFFF;
}
.navigation.add_to_bag {
	
}
.navigation.add_to_bag input {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.navigation a {
    /*color: white;*/
    text-decoration: underline;
}
.navigation a:hover {
	/*color: #D7D0BD;*/
	text-decoration: underline;
}

.page_number {
	position: relative;
	top: 4px;
}

.results_numbers {
	position: relative;
	top: 4px;
}

/* ## */

td.button {
	height: 24px;
	font-weight: bold;
	vertical-align: middle;
	background: #777777;
	text-align: center;
	/*background-image: url(/images/global/button_background.jpg);
	background-position: 0 0 ;*/
	color: #999999;
}
td.button a {
	text-decoration: none;
	text-align: center;
	display: block;
}
td.button a:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}


/* ## */

.description {
	margin-bottom: 20px;
}

.small_btns {
	
	border-top: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    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;
}

/* ## */

.paragraph {
	margin: 0 0 10px 0;
}
.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: 600px;
	border: 1px solid #777777;
}
.paragraph img.float_right {
	float: right;
	margin: 5px 0 5px 10px;
	max-width: 600px;
	border: 1px solid #777777;
}
.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;
}

/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 20px;
	direction: ltr;
}
.notes * {
	color: #000000;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.errors {
	border: 1px solid #993300;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	direction: ltr;
}
.errors * {
	color: #000000;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

#frame {
    width: 100%;
}

#frame #left_cell {
	width: 40%;
}
#frame #middle_cell {
	width: 20%;
}
#frame #right_cell {
	width: 40%;	
}

#frame #header {
    height: 65px;
	max-height: 65px;
}
#frame #header #left_cell {
	/*background-image: url(/images/global/header_left_background.jpg);
	background-position: right 0;
	background-repeat: repeat-x;*/

}
#frame #header #middle_cell {
	/*background-image: url(/images/global/header_middle_background.jpg);
	background-position: center 0;
	background-repeat: no-repeat;*/
}
#frame #header #right_cell {
	/*background-image: url(/images/global/header_right_background.jpg);
	background-position: left 0;
	background-repeat: repeat-x;*/

}

#frame #menubar {
    /*height: 50px;
	max-height: 50px;*/
}
#frame #menubar #left_cell {

}
#frame #menubar #middle_cell {
	/*background-image: url(/images/global/menubar_background.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;*/
}
#frame #menubar #right_cell {

}

#frame #middle {
	
}
#frame #middle #sidebar {
	width: 159px;
	margin: 20px 0 20px 20px;
}
#frame #middle #content {
	width: 680px;
}
#frame #middle #content #content_container {
	text-align: right;
	margin: 20px 0 20px 0;
	padding: 0 20px 0 20px;
	border-left: 1px solid #777777;
}
#frame #middle #left_cell {

}
#frame #middle #middle_cell {

}
#frame #middle #right_cell {

}

#frame #footer {
	/*height: 1%;*/
}
#frame #footer #left_cell {

}
#frame #footer #middle_cell {
	background-image: url(/images/global/footer_middle_background.jpg);
	background-position: left 0;
	background-repeat: no-repeat;
}
#frame #footer #right_cell {

}
#frame #footer div {

}
#frame #footer span {
}
#frame #footer a {
    text-decoration: none;
}
#frame #footer a:hover {
    text-decoration: underline;
}

/* ## */

.top_container {	
	width: 640px;
	max-width: 640px;
}

.middle_container {
	width: 640px;
	max-width: 640px;
}
.btm_container {	
	width: 640px;
	max-width: 640px;
}


/* ## */

#menubar {

}
#menubar .categories {
	text-align: right;
}
#menubar .categories td {
	text-align: right;
}
#menubar .categories a {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 0 20px 0 10px;
	
	position: relative;
	top: 47px;
	
	color: #000000;
	background: url(/images/global/menubar_button_up.gif);
	background-repeat: no-repeat;
	background-position: left -8px;
}
#menubar .categories a:hover {
	text-decoration: none;
	background: url(/images/global/menubar_button_hover.gif);
	background-repeat: no-repeat;
	background-position: left -8px;
}
#menubar .categories a.selected {
	text-decoration: none;
	background: url(/images/global/menubar_button_down.gif);
	background-repeat: no-repeat;
	background-position: left -8px;
	color: #FFFFFF;
}

/* ## */

#sidebar {

}
#sidebar * {
}

#sidebar .title {
	/*background-image: url(/images/global/sidebar_title_background.jpg);
	background-repeat: no-repeat;*/
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #777777;
	margin: 0 20px 2px 0;
}

#sidebar .categories {
	text-align: left;
}
#sidebar .categories a {
    display: block;
	padding: 0;
	width: 160px;
	max-width: 160px;
	border-bottom: 1px solid #777777;
	text-decoration: none;
	padding: 0;
	margin: 0 0 5px 0;	
}
#sidebar .categories a:hover {
	text-decoration: none;
	/*color: #000080;*/
	/*background-image: url(/images/global/selected_category.jpg);*/
	border-bottom: 1px solid #777777;
	color: white;
}
#sidebar .categories a.selected {
	text-decoration: none;
	/*color: #000080;*/
	/*background-image: url(/images/global/selected_category.jpg);*/
	border-bottom: 1px solid #777777;
	color: white;
}

#sidebar a.sub_categories {
	padding: 0;
	margin: 0 0 5px 10px;
	width: 150px;
}
#sidebar a.sub_categories_selected {
	padding: 0;
	margin: 0 0 5px 10px;
	width: 150px;
	color: white;
}

#sidebar .box {
	text-align: justify;
}
#sidebar .box .box_title {
	width: 160px;
	max-width: 155px;
	line-height: 20px;
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #000000;
	
	/*background-image: url(/images/global/non_selected_category.jpg);
	background-repeat: no-repeat;*/
}
#sidebar .box .rolling_news {
	background-color: #C0C0C0;
	border-bottom: 1px solid #777777;
	margin-right: 20px;
	
	/*background-image: url(/images/global/news_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;*/
}
#sidebar .box a {
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
#sidebar .box a:hover {
	text-decoration: underline;
}

#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 .field {
	width: 107px;
	max-width: 107px;
	font-size: 10px;
	border: 1px inset;
	background: #C0C0C0;
}
#sidebar .box.search .continue {
	width: 30px;
	max-width: 30px;
	font-size: 10px;
	border: 1px outset;
	background: #777777;
	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 .description a {
	text-decoration: underline;
	color: #FFFFFF;
}
#group .description a:hover {
	text-decoration: none;
	color: #000000;
}

#group .thumbnails .product {
	text-align: center;
	width: 200px;
}
#group .thumbnails .product * {

}

#group .thumbnails .product .image {
	max-width: 200px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#group .thumbnails .column_spacer {
	width: 20px;
}
#group .thumbnails .row_spacer {
	height: 20px;
}

#group .thumbnails .product .t_title {
	line-height: 20px;
	text-align: center;
    font-weight: bold;
}
#group .thumbnails .product .t_description {
	margin: 5px;
	text-align: center;
}

.price {
    font-weight: bold;
	margin: 0 0 10px 0;
}
.price .retail {
	
}
.price .actual {

}
.price .erased {
    margin-right: 5px;
    font-weight: normal;
    text-decoration: line-through;
	color: #FFFFFF;
}

#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 {
}
.thumbnails-alt .product {
	width: 200px;
	max-width: 200px;
	text-align: center;
}
.thumbnails-alt .product .image {
	max-width: 200px;
    height: 150px;
	max-height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
}

/* ## */

#specific_product {
	width: 100%;
	margin: 0 0 20px 0;
}
#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 {
	font-weight: bold;
}
#specific_product .catalog_number {
	font-weight: bold;
}
#specific_product .description {
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: normal;
}
#specific_product .large_image_box {
	text-align: center;
	background-color: #C0C0C0;
	width: 640px;
}
#specific_product .large_image_box .large_image {
	max-width: 640px;
	max-height: 480px;
}
#specific_product .large_image_box .large_image_nav {
	color: #000000;
	font-weight: bold;
	padding: 10px 0 10px 0;
	text-align: center;
}
#specific_product .large_image_box .large_image_nav a {
	margin: 0 2px 0 2px;
	padding: 2px 0 2px 0;
	border: 1px solid #777777;
	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: #777777;
	cursor: pointer;
}
#specific_product .back_button {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
#specific_product select {
	width: 250px;
}
#specific_product .group_alt_number {
	/*width: 120px;*/
	text-align: right;
	font-weight: bold;
}

/* ## */

#matched_items {

}
#matched_items .images {
}
#matched_items .images .thumb_with_border {
	width: 120px;
	margin: 0 5px 0 0 ;
	/*border: 1px solid #777777;*/
}
#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;
}

/* ## */

#document {
	text-align: justify;
	line-height: 18px;
	width: 100%;
}

/* ## */

#checkout {
	padding-bottom: 20px;
}

#checkout * {
	text-align: left;
}
#checkout .container {
	
}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {

}
#checkout .status_bar table {
	width: 640px;
}
#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 .secure_seal {
	padding: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
}
#checkout .content {
	width: 640px;
	max-width: 640px;
	padding-bottom: 10px;
}
#checkout .content table {
	width: 100%;
}
#checkout .content .inner_tables {

}
#checkout .content .inner_tables td {
	background: #C0C0C0;
	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;
}
#checkout .content .t_title {
	font-weight: bold;
}
#checkout .content .t_title td {
	background: #E1E1E1;
	text-align: center;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 40px;
	height: 20px;
}
#checkout .content .blank {
}
#checkout .content .subtotal {
	font-weight: bold;
}
#checkout .content td.subtotal {
	background: #E1E1E1;
}
#checkout .content .empty td {
	height: 50px;
}
#checkout .content td.td_btn {
}
#checkout .button {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
/*#checkout .btn {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}*/
#checkout .continue {
	border: 1px outset;
	background: #777777;
	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 10px 0;
}
#checkout .exp_date_YY {
	width: 100px;

}
#checkout .exp_date_MM {
	width: 80px;
}
#checkout .checkout_box {
	border: 1px solid #777777;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
	/*border-bottom: 1px solid #421011;*/
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;	
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#superdoc {
    
}
#superdoc * {
    direction: ltr;
    text-align: left;
}
#superdoc .container {
    
}

/* ## */

.showcase_container {
    width: 425px;
    margin: 0 10px 10px 0;
}

.showcase_container .showcase {

}

.showcase_container .showcase img {
    width: 425px;
    height: 350px;
}

.showcase_container .showcase_controls {
    margin-top: 5px;
}

 /* Safari */
.showcase_container .showcase_controls *::selection {
    background: #FFFFFF;
}
 /* Firefox */
.showcase_container .showcase_controls *::-moz-selection {
    background: none;
}

/* ::selection is a CSS3 standard that is not supported by IE6/7*/

.showcase_container .showcase_controls img {
    height: 10px;
    width: 12px;
}

.showcase_container .showcase_controls .next_btn {
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}

.showcase_container .showcase_controls .next_btn span {
    color: #000000;
}

.showcase_container .showcase_controls .disabled_next_btn {
    color: #CCCCCC;
    text-align: left;
    font-weight: bold;
    
}

.showcase_container .showcase_controls .disabled_next_btn span {
    color: #CCCCCC;
}

.showcase_container .showcase_controls .prev_btn {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}

.showcase_container .showcase_controls .prev_btn span {
    color: #000000;
}

.showcase_container .showcase_controls .disabled_prev_btn {
    color: #CCCCCC;
    text-align: right;
    font-weight: bold;
    
}

.showcase_container .showcase_controls .disabled_prev_btn span {
    color: #CCCCCC;
}

.showcase_container .showcase_controls .display_btn {
    text-align: center;
    cursor: pointer;
}


