/* ----------------------- */
/* Index / Global Properties */
/* ----------------------- */
@import url(https://fonts.googleapis.com/css?family=Oswald:700);

* {
	/* Global Font Size, Color and Face */
font-family: Verdana,Arial, Helvetica, sans-serif;
}

a {
	color: #fff;
}

input, select, textarea {
	/* Input And Select Font */
	font: normal 11px/150% "Arial", "Helvetica", sans-serif;
}

body {
	/* Main Background Color */

background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
font-weight:bold;
	color: #666666;

}	



#header {

width: 1220px;

	
}
#centerMain {text-align:left;position: relative; clear: both; }

#header img {
	align: left;
	margin-top: 0px;
	margin-left: 0px;
}

#top_nav {
-moz-border-radius: 0px;
border-radius: 0px;
	/* Top Navigation Bar BG & Color */
	background: #000000;
	color: #fff9d3;
	font-size: 15px;
	font-weight: bold;
	height: 21px;
	padding: 3px;
	padding-top: 3px;
	padding-right: 0px;
	margin-left: 12px;
	margin-bottom: 1px;
text-align: left;
/* width:972px; */
width: 1220px;


}

#top_nav a {
	/* Top Navigation Bar Link Colors  */
	color: #ffffff;
	text-decoration: none;
	margin-right: 15px;
	font-weight: bold;
}

#top_nav span {
	/* background: url(https://socalskateshop.com/images/top_nav_divider.gif) no-repeat top left; */
	margin-right: 5px;
}

#main_section {
	padding: 5px;
}

.side {
	/* Side Table Definitions */
	text-align: left;
	float: left;
	width: 225px;
	
}

.side h2 {
-moz-border-radius: 0px;
border-radius: 0px;
	/* Side Table Heading Background & Definitions */
		background: #000000;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	padding: 3px;
	padding-top: 3px;
	margin-left: 3px;
	margin-bottom: 1px;
}

#main_cont {
	/* Center Table Definitions */
	width: 965px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	
}

#main_cont h2 {
    /* Center Table Heading Background, Colors & Fonts */
	background: url(images/gray_h_bg.gif) repeat-x #d9d9d9;
	border: solid #b0b0b0 1px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	height: 20px;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
	margin-bottom: 1px;
}

.CatListHeadH1 {
    /* Center Table Heading Background, Colors & Fonts */
	background: url(images/gray_h_bg.gif) repeat-x #d9d9d9;
	border: solid #b0b0b0 1px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	height: 20px;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
	margin-bottom: 1px;
}

#footer {
	/* Footer Background & Font Colors */
	background: #000000;
	color: #ffffff;	
	text-align: center;
	padding: 5px;
	clear: both;
width:958px;
margin-top:6px;
margin-left:10px;
}

#footer a {
	/* Footer Link Colors */
	color: #ffffff;
	text-decoration: none;
}

.currency {
	float: left; 
	padding-left: 10px;
}

.content {
	/* Side & Main Tables Content Area Definitions */
	border: solid #b6b6b6 0px;
	background: #ffffff;
	margin-bottom: 15px;
	padding: 5px;
	color:#000;
}

.content_sidebar_banners {
	border: 0px;
	padding: 0px;
}

.side_link {
	/* Side Table Link Definitions */
	background: url(images/side_link_dot.gif) no-repeat center left;
	display: block;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-left: 10px;
	text-decoration: none;
	color: #696969;
}

.cat_hover:hover {
	/* Category Hover */
	background-color: #EEEEEE;
}

.black_bold_text_spaced {
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	line-height: 17px;
	text-decoration: none;
}

.error_message {
	/* Error Message Definitions */
	background: #FFFFFF;
	border: solid #FF0000 1px;
	padding: 10px;
	margin-bottom: 10px;
}

.alert_message {	
	/* Alert Message Definitions */
	background: #FFFFFF;
	border: solid #33cc00 1px;
	padding: 10px;
	margin-bottom: 10px;
}

.error_alert {
	margin-left: 35px;
        color:#000000;
        
}
.error_alert a:hover {
	/* Hover Text Color */
	color: #000000; text-decoration: none
}

.error_alert a:link {
	/* Link Text Color */
	color: #000000; text-decoration: none
}

.error_alert a:visited {
	color: #000000; text-decoration: none
}

.table_bottom {
	text-align: center;
	padding-top: 5px;
}

.row {
	clear: both;
}

.center {
	text-align: center;
}

.right_align {
	text-align: right;
}

/* ------------ */
/* Product List */
/* ------------ */

.product_title_link, product_title_link:visited, product_title_link:active {
	/* Product Title Link Definitions */
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.product_title_link:hover {
	/* Product Title Link Hover Definitions */
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.paging {
	float: right;
	text-align: right;
	margin-right: 10px;
}

.list_top {
	/* Product List Top Definitions */
	border-top: solid #cacaca 1px;
	border-bottom: solid #cacaca 1px;
	background: #f0f0f0;
	padding: 3px;
}

.list_bottom {
	/* Product List Bottom Definitions */
	border-top: solid #cacaca 1px;
	border-bottom: solid #cacaca 1px;
	background: #f0f0f0;
	padding: 3px;
}

/* ----------------- */
/* Product List List */
/* ----------------- */

.reg_txt {
	font-weight: normal;
}

.small_txt {
	font-size: 10px;
}

.price {
	/* Product List Price Definitions */
	color: #c20710;
	font-weight: bold;
	font-size: 14pt;	
	margin-right: 10px;
	float: left;
}

.list_item {
	background: #FFFFFF;
	padding: 5px;
}

.list_item_bottom_border {
	/* Product List Separator Definitions */
	border-bottom: solid #cacaca 1px;
	background: #FFFFFF;
}

/* ----------------- */
/* Product List Tile */
/* ----------------- */

.tile_item {
	text-align: center;
}

.tile_image {
	margin-bottom: 5px;
}

.tile_price {
	/* Product Tile Price Definitions */
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
}

.tile_table {
	background: #FFFFFF;
	width: 100%;
}

.list_table {
	background: #FFFFFF;
	width: 100%;
}

/* -------------- */
/* Product Detail */
/* -------------- */

.product_title {
	/* Product Title Font & Color */
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.product_title H1 {
	/* Product Title Font & Color */
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}


.product_sku {
	/* Product SKU Font & Color */
	font-size: 10px;
	margin-bottom: 10px;
}

.product_price {
	/* Product Price Font & Color */
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}


.product_option {
	/* Product Attributes Font & Color */
	font-weight: bold;
       font-size: 13px;
      color:#000000;
	padding-right: 1px;
	width: 1%;
}

.product_strikethru {
	text-decoration: line-through;
}

.review_link {
	color: #307fcf;
	text-decoration: none;
	text-align: right;
	float: right;
	font-weight: 400;
}

.larger_view {
	/* background: url(images/enlarge.gif) no-repeat center left; */
	padding-left: 13px;
color:black;
	text-decoration: none;
font-weight:bold;
	font-size: 13px;
}

.img_style { padding: 7px; }

.add_wishlist {
	/* Add To Wishlist, Add Review, Add To Registry Link Definitions */
	background: url(images/little_arrow.gif) no-repeat center left;
	padding-left: 15px;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 10px;
	margin-right: 15px;
}

.review_item {
	padding-bottom: 10px;
}

.review_spacer {
	padding-bottom: 7px;
}

/* ------------------ */
/* Button Definitions */
/* ------------------ */

.orange_buttonM {
	background-color:white;
	height: 30px;
width:135px;
font-size:12px;
font-weight: bold;
float:left;

padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}
.orange_buttonM input:hover{
	background-color:#00a1e4;

}

.orange_buttonM input, .orange_buttonM button {
background-color:#FFFFFF;
	height: 30px;
width:135px;
	color: #000000;
font-size:12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	border: 2px solid black;
	cursor: pointer;
}

.orange_buttonSC {
	background-color:white;
	height: 30px;
width:138px;
font-size:12px;
font-weight: bold;
float:left;

padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
.orange_buttonSC input:hover{
	background-color:#00a1e4;


}

.orange_buttonSC input, .orange_buttonSC button {
background-color:#FFFFFF;
	height: 30px;
width:138px;
	color: #000000;
font-size:12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border: 2px solid black;
	cursor: pointer;
}
.orange_buttonSEA {
	background-color:white;
	height: 30px;
width:90%;
font-size:12px;
font-weight: bold;
float:left;

padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
.orange_buttonSEA input:hover{
	background-color:#C0C0C0;


}

.orange_buttonSEA input, .orange_buttonS button {
background-color:#FFFFFF;
	height: 30px;
width:90%;
	color: #000000;
font-size:12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border: 2px solid black;
	cursor: pointer;
}
.orange_buttonS {
	background-color:white;
	height: 30px;
width:85px;
font-size:12px;
font-weight: bold;
float:left;

padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
.orange_buttonS input:hover{
	background-color:#C0C0C0;


}

.orange_buttonS input, .orange_buttonS button {
background-color:#FFFFFF;
	height: 30px;
width:85px;
	color: #000000;
font-size:12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border: 2px solid black;
	cursor: pointer;
}


.orange_buttonP {
	background-color:white;
	padding: 3px;
	height: 35px;
width:350px;
font-size:15px;
font-weight: bold;

	margin-right: 10px;
margin-bottom: 10px;
}
.orange_buttonP input:hover{
	background-color:#00a1e4;


}

.orange_buttonP input, .orange_buttonP button {
background-color:#FFFFFF;
	height: 35px;
width:350px;
	color: #000000;
font-size:15px;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
margin-bottom: 10px;
	border: 2px solid black;
	cursor: pointer;
}

.orange_button {
	background-color:black;
	padding-left: 3px;
	height: 18px;
	float: left;
	margin-right: 10px;

}

.orange_button input, .orange_button button {
background-color:black;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
}

.blue_button {
	/* Blue Button Definitions */
	background: url(images/blue_button_left.gif) no-repeat top left;
	padding-left: 3px;
	height: 18px;
	float: left;
	margin-right: 10px;
}

.blue_button input, .blue_button button {
	/* Blue Button Definitions */
	background: url(images/blue_button_bg.gif) top right no-repeat;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
}

.yellow_button {
	/* Yellow Button Definitions */
	background: url(images/yellow_button_left.gif) no-repeat top left;
	padding-left: 3px;
	height: 18px;
	float: left;
	margin-right: 10px;
}

.yellow_button input, .yellow_button button {
	/* Yellow Button Definitions */
	background: url(images/yellow_button_bg.gif) top right no-repeat;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
	font-size: 11px;
}

.del_button {
	display: block;
	width: 40px;
	float: right;
	background: url(images/delete.gif) no-repeat center left;
	padding-left: 11px;
	color: #3068c5;
	text-decoration: none;
	font-weight: 400;
}

/* ----------------------------- */
/* Product Detail & Account Tabs */
/* ----------------------------- */

/* Non Selected & Selected Tabs Link Text Colors */
ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }
ul.tabberactive li a:link { color: #000000; }
ul.tabberactive li a:visited { color: #000000; }

ul.tabbernav {
	/* Tab Content Top Border */
	border-bottom: 1px solid #000000;
	font: bold 16px Verdana, sans-serif;
	padding: 3px 0;
	margin: 0;
}

.tabberlive .tabbertab {
	/* Tab Content Sides & Bottom Border */
	border: 1px solid #000000;
	padding: 18px;
	border-top: 0;
}


ul.tabbernav li a {
	/* Tab Borders */
	border: 1px solid #000000;
	/* Non Selected Tabs Background */
	background: #01b358;
	padding: 3px 0.5em;
	margin-left: 3px;	
	border-bottom: none;	
	text-decoration: none;
}
ul.tabbernav li a:hover {
	/* Hovered Tabs Background Color */
	background: #e5e5e5;
	/* Hovered Tabs Border Color */
	border-color: #000000;
	/* Hovered Tabs Text Color */
	color: #000000;	
}
sear
ul.tabbernav li.tabberactive a {
	border-bottom: 1px solid #ffffff;
	/* Selected Tabs Background Color */
	background-color: #ffffff;
	/* Selected Tabs Font Color */
	color: #000000;
}

ul.tabbernav li.tabberactive a:hover {
	border-bottom: 1px solid white;
	/* Selected Tabs Hover Background Color */
	background-color: #ffffff;
	/* Selected Tabs Hover Font Color */
	color: #000000;
}

ul.tabbernav li {
	list-style: none;
	display: inline;
	margin: 0;
}

.tabberlive .tabbertabhide { display: none; }
.tabberlive .tabbertab h2 { display: none; }
.tabberlive .tabbertab h3 { display: none; }
.tabberlive { margin-top: 1em; }
.tabber { display: none; }

/* ---------------- */
/* Form Definitions */
/* ---------------- */

.input_boxSearch {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	border: 10px solid #CC0000;
	border-right: 60px solid #CC0000;
	font-size: 14px;
}
.input_box {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
}

.form_label {
	text-align: right;
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

.short_form_row {
	clear: both;
}

.short_form_row div, .short_form_row input, .short_form_row select, .short_form_row textarea {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.short_form_row div {
	width: 60px;
	padding-top: 3px;
}

.short_form_row input {
	width: 75px;
}

.required {
	/* Required Reminder Colors */
	color: #b70407;
	padding-left: 2px;
}

.styled-select select {
   background: transparent;
   width: 280px;
   padding: 10px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 33px;
   -webkit-appearance: none;
   }

.styled-select {
   width: 265px;
   height: 33px;
   overflow: hidden;
   background: url(https://socalskateshop.com/themes/classic_black/images/new_arrow.png) no-repeat right #fff;
   border: 1px solid #000000;
   }
   
/* ------------ */
/* Account Area */
/* ------------ */

.account_list_head {
	/* Table List Headings Font */
	font-weight: bold;
	color: #000000;
}

.account_head {
	/* Update Profile Heading Font Definitions */
	padding-bottom: 5px;
	font-weight: bold;
	color: #000000;
}

/* ------------- */
/* Shopping Cart */
/* ------------- */

.cart {
	background: #ffffff;
}

.cart th {
	/* Cart List Headings Font */
	text-align: center;
	font-weight: bold;
	color: #000000;
}

.cart td {
	border-top: dotted #c1c1c1 1px;
	border-bottom: dotted #c1c1c1 1px;
	color: #000000;
}

.cart_contents_quan {
	padding-right: 5px;
}

.cart_contents_item {
	margin-bottom: 5px;
	text-decoration: none;
}

.cart_contents_item a {
	text-decoration: none;
}

.cart_contents_item a:hover {
	text-decoration: underline;
}

/* ----------- */
/* Order Pages */
/* ----------- */

#order_signup {
	float: left;
	padding-left: 25px;
}

#order_login {
	float: right;
	padding-right: 25px;
}

.order_info_off {
	background: url(images/order_info_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_info_on {
	background: url(images/order_info_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_ship_off {
	background: url(images/order_ship_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_ship_on {
	background: url(images/order_ship_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_payment_off {
	background: url(images/order_payment_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_payment_on {
	background: url(images/order_payment_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_review_off {
	background: url(images/order_review_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_review_on {
	background: url(images/order_review_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_print_off {
	background: url(images/order_print_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_print_on {
	background: url(images/order_print_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.gray {
	background-color: #f0f3f8;
}

.sep {
	padding-left: 10px;
	padding-right: 10px;
}

/* ------------ */
/* Order Review */
/* ------------ */

.order_view {
	background: #ffffff;
	text-align: left;
}

.order_view th {
	font-weight: bold;
	background: #CC0000;
	color: #ffffff;
	width: 10%;
}

.review_top_border {
	border-top: solid #CC0000 1px;
}

.order_id {
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 10px;
	color: #c20710;
}

/* ------------------ */
/* Paging Definitions */
/* ------------------ */

.page a:hover {
	/* Hover Text Color */
	color: #fd6601; text-decoration: none
}

.page a:link {
	/* Link Text Color */
	color: #000000; text-decoration: none
}

.page a:visited {
	color: #000000; text-decoration: none
}

.pages_border {
	/* Box Border & Background */
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;	
}

.navpage {
	/* Navigation Link Boxes Background & Definitions */
	background-color: #FFFFFF;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
}
.navpage a:link {
	color: #000000; text-decoration: none;
}

.navpage a:visited {
	color: #000000; text-decoration: none;
}

.navpage a:hover, .highlightpage a:active {
	color: #000000; text-decoration: underline;
}


.navpageselected {
	/* Navigation Selected Link Boxe Background & Definitions */
	background-color: #e5e5e5;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
}

.highlightpage {
	/* Current Page Info Box Background & Definitions */
	background-color: #000000;
	font: bold 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #FFFFFF;
	white-space: nowrap;
}

.highlightpage a:link {
	color: #FFFFFF; text-decoration: none;
}

.highlightpage a:visited {
	color: #FFFFFF; text-decoration: none;
}

.highlightpage a:hover, .highlightpage a:active {
	color: #FFFFFF; text-decoration: underline;
}

/* ------------ */
/* Cookie Crumb */
/* ------------ */

.home_link {
	/* Home Link Definitions */
	/*  background: url(images/home_icon.gif) no-repeat center left; */
	text-decoration: none;
	padding-left: 20px;
font-size:12px;
	font-weight: bold;
	color: #000000;
}

.crumb_link {
	/* Regular Link Definitions */
	padding-left: 5px;
font-size:12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.crumb_sep {
	padding-left: 3px;
	font-weight: bold;
        font-size:12px;
}

/* ----------------- */
/* Float Definitions */
/* ----------------- */

.left_float_3_px {
	float: left;
	margin-right: 3px;
}

.left_float_5_px {
	float: left;
	margin-right: 5px;
}

.right_float_5_px {
	float: right;
	margin-left: 5px;
}

.IE_left_float_5_px {
	margin-left: 5px;
}

.float_assist {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.search_results {
	margin-left: 10px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: black;
}

.search_bb {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

/* ----------------------- */
/* SCS HEADER */
.about {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: 900;
	line-height: normal;
}
.aboutsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
}
.aboutowned {
	font-size: 11px;
	color: #F00;
	font-family: "Comic Sans MS", cursive;
	font-weight: 900;
	font-style: normal;
}
.headertable {
	
	text-align: justify;
	font-weight: bold;
}
.shippinginfo {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

.headerphone {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #CC0000;
	text-align: center;
	line-height: normal;
	padding: 0px;
}
A.headerphone:link {COLOR: #CC0000; TEXT-DECORATION: none}
A.headerphone:visited {COLOR: #CC0000; TEXT-DECORATION: none}
A.headerphone:active {COLOR: #CC0000; TEXT-DECORATION: none}
A.headerphone:hover {COLOR: #CC0000; TEXT-DECORATION: none}
.headertagline {
	font-family: 'Oswald', sans-serif;
	font-size: 17px !important;
	font-weight:700 ;
	color: #000000;
	text-align: left;
	vertical-align: top;
	line-height: normal;
	padding: 0px;
}

.Topheaderbutton {

	font-weight: 900;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #CC0000;
	color: #FFF;
	border-right: 1px solid #fff;
	padding: 0px;
	text-align:center
}

.Topheaderbutton a {
	color: #ffffff;
	text-decoration: none;
}

.Topheaderbutton a:hover {
	color: #fff;
}

A.Topheaderbutton:link {COLOR: #fff; TEXT-DECORATION: none}
A.Topheaderbutton:visited {COLOR: #fff; TEXT-DECORATION: none}
A.Topheaderbutton:active {COLOR: #fff; TEXT-DECORATION: none}
A.Topheaderbutton:hover {COLOR: #fff; TEXT-DECORATION: none}

.Topheaderbuttonblack {

	font-weight: 900;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000000;
	color: #ffcc00;
	border-right: 1px solid #fff;
	padding: 0px;
	text-align:center
}

.Topheaderbuttonblack a {
	color: #ffcc00;
	text-decoration: none;
}

.Topheaderbuttonblack a:hover {
	color: #ffcc00;
}

A.Topheaderbuttonblack:link {COLOR: #ffcc00; TEXT-DECORATION: none}
A.Topheaderbuttonblack:visited {COLOR: #ffcc00; TEXT-DECORATION: none}
A.Topheaderbuttonblack:active {COLOR: #ffcc00; TEXT-DECORATION: none}
A.Topheaderbuttonblack:hover {COLOR: #ffcc00; TEXT-DECORATION: none}

.scssearch {
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
}
.headertag {
	font-size: 10px;
}
.localshop {
	font-size: 12px;
	line-height: 125%;
	font-weight: 900;
	font-family: Verdana, Geneva, sans-serif;
}

button.scsCheckout {
cursor:pointer;
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	padding: 10px 30px;
	background: -moz-linear-gradient(
		top,
		#ed000d 0%,
		#ed000d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ed000d),
		to(#ed000d));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
}

button.SCSnext {
cursor:pointer;
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff2ef;
	padding: 2px 20px;
	background: -moz-linear-gradient(
		top,
		#f42419 0%,
		#f42419);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f42419),
		to(#f42419));
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #e2e6e5;
	-moz-box-shadow:
		6px 4px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		6px 4px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		6px 4px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(97,54,97,0.3);
}
button.SCSnext {
cursor:pointer;
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff2ef;
	padding: 2px 20px;
	background: -moz-linear-gradient(
		top,
		#f42419 0%,
		#f42419);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f42419),
		to(#f42419));
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #e2e6e5;
	-moz-box-shadow:
		6px 4px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		6px 4px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		6px 4px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(97,54,97,0.3);
}
div.scsNewwrapper{  
        float:left; /* important */  
        position:relative; /* important(so we can absolutely position the description div */  

    }  
    div.scsNewdescription{  
        position:absolute; /* absolute position (so we can position it where we want)*/  
        bottombottom:0px; /* position will be on bottom */  
        top:135px;
		left:110px;  
                width:45px;  
		height:20px;

        /* styling bellow */  
        background-color:red;  
        font-family: 'tahoma';  
        font-size:15px;  
        color:white;  
        opacity:.7; /* transparency */  
        filter:alpha(opacity=60); /* IE transparency */  
    }  
    p.scsNewdescription_content{  
	text-align:center;
        padding:1px;  
        margin:0px;  
    }  