@import url("/ssi/quickclasses.css");
/* CSS Document */

BODY { 
	margin: 0px; 
	padding: 0px; 
	background: #8d8872 url(https://www.scorpion-arms.com/images/newstore/bg-repeat.jpg) repeat-x; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

h1,
h2,
h3,
h4,
p {
	padding: 0px;
	margin: 0px;
	}

	
img { border: none; }



div#mast {
	width: 970px;
	height: 151px;
	padding-left: 10px;
	margin: 0px auto 0px auto;
}


div#outterwrapper {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	background: url(https://www.scorpion-arms.com/images/newstore/frame-repeat.png) repeat-y;
	height: inherit;
	overflow: hidden;
}


/************************************/
/********* LEFT NAV STYLES **********/
/************************************/

.leftnav {
	width: 180px;
	padding: 0;
	border: 1px solid #DDD;
	background-color: #EFEFEF;
	clear: none;
	height: 100%;
	box-shadow: 0px 2px 3px #CCC;
	-moz-box-shadow: 3px 2px 3px #CCC;
	-webkit-box-shadow: 3px 2px 3px #CCC;
}

.leftnav ul {
	font-size: 11px;
	padding: 0px;
	margin: 0;
	list-style-type: none;
}

.leftnav h1 {
	font-size: 12px;
	margin-top: 8px;
}

.leftnav h2 {
	font-size: 14px;
	padding-top: 10px;
}

.leftnav h3 {
	font-size: 12px;
	padding-top: 8px;
}

.leftnav p {
	font-size: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.leftnav h4 {
	font-size: 11px;
	padding-top: 5px;
}
.leftnav ul li {
	margin-bottom: 0px;
	padding: 3px 0px 2px 0;
	line-height: 13px;
}


.leftnav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #000000;
}

.leftnav a:hover { 
	color: #003300;
	}

 a.leftmenublock {
	border-left: 3px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 9px 0px 9px 7px;
	margin: 3px 0px 3px 0px;
	}

 a.leftmenublock:hover {
	padding-left: 8px;
	background-color: #DDDDDD;
	color: #003300;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	}

#lmbfirst { margin-top: 0px !important; }
#lmbfirst:hover {border-bottom-color: #DDD;}

#lmblast { margin-bottom: 0px !important; }


/* SSDM - Simple drop down menu styles */

#sddm
{		
	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
	{	
	font-size: 16px;
	margin: 0;
	padding:0px;
	display: block;
	}

#sddm li a
{	
	margin: 0;	
	text-decoration: none
}

#sddm li a:hover
{
}

#sddm div
{	position: absolute;
	width: 176px;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #DDDDDD;
	border: 2px solid #999;
	border-top: none;
	font-size: 14px;
	}
	
	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 0px 5px 20px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		color: #666;
		}

	#sddm div a:hover {	
		background-color: #DDDDDD;
		color: #000;
		}




/*@@@@@@@@@ UTILITY NAV STYLES @@@@@@@@@*/

#utility_nav { padding-top: 10px; }

.utility {
	margin-left: 9px;
}






/*@@@@@@@@@ NEWS BOX STYLES @@@@@@@@@*/

#newsbox { padding-left: 10px; }








/*@@@@@@@@@ ARTICLE STYLES @@@@@@@@@*/

#CONTENT .article {
	border: 1px solid #DDD;
	margin-top: 15px;
	padding: 0px;
	box-shadow: 0px 2px 3px #888;
	-moz-box-shadow: 0px 2px 3px #888;
	-webkit-box-shadow: 0px 2px 3px #888;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#CONTENT .article h3 {
	display: block;
	color: #FFF;
	background: #545041 url(../images/article-titlebar.jpg);
	background-repeat: no-repeat;
	padding: 8px 0px 8px 10px;
	margin-top: 0px;
	box-shadow: 0px 2px 3px #888;
	-moz-box-shadow: 0px 2px 3px #888;
	-webkit-box-shadow: 0px 2px 3px #888;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	
}

#CONTENT .article p {
	padding: 0px 20px; 
	margin: 10px 0px;
}








/*@@@@@@@@@ CONTENT DIV CSS @@@@@@@@@*/

DIV#CONTENT {
	width: 700px;
	padding: 0px 40px 20px 10px;
	float: right;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#CONTENT h1 { 
	font-size: 30px;
	margin-top: 10px;
	}

#CONTENT h2 {
	font-size: 24px;
	margin-top: 10px;
}

#CONTENT ul {
	font-size: 12px;
	margin-top: 0px;
}

#CONTENT h3 {
	font-size: 14px;
	margin-top: 8px;
}

#CONTENT h4 {
	font-size: 13px;
	margin-top: 8px;
}

#CONTENT p,
#CONTENT li {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	}
	
input[type=text],
input[type=password],
textarea {
	font-size: 14px;
	border: 1px solid #9C9C9C;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0px 0px 10px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-bottom-left-radius: 3px 3px;
}


/*@@@@@@@@@ MAINMENU @@@@@@@@@*/

#mainmenu {
	height: 24px;
	width: 960px;
	background: #003300 url(https://www.scorpion-arms.com/images/newstore/mainmenu.jpg);
}

#mainmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainmenu ul li {
	float: left;
	display: block;
	width: 119px;
	text-align: center;
}


#mainmenu a {
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#mainmenu a:hover {
	color: #003300;
}


/* SHOPAREA / PAGENOTE TEXT STYLING */

td.list { padding: 5px; }

.content-odd3, .content-even3 {
padding: 2%;
text-align: center;
}

/************************************/
/******** BREADCRUMB STYLES *********/
/************************************/

#breadcrumb {
	height: 30px;
	padding-left: 10px;
}

#breadcrumb p {
	line-height: 30px;
}


/************************************/
/********* MAIN MENU WIDTHS *********/
/************************************/

#mainmenu li.first {
	width: 126px;
}

#mainmenu li.second {
	width: 117px;
}

#mainmenu li.third {
	width: 119px;
}

#mainmenu li.fourth {
	width: 119px;
}

#mainmenu li.fifth {
	width: 118px;
}

#mainmenu li.sixth {
	width: 109px;
	padding-right: 7px;
}

#mainmenu li.seventh {
	width: 107px;
	padding-right: 8px;
}

#mainmenu li:hover {
	border-bottom: 2px solid #003300;}


.leftnav a img {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border: none;
}

/************************************/
/********* ECOM STYLEs *********/
/************************************/

/*#CONTENT div {clear: none; }*/
#CONTENT a { color: #003300; }

#categoryGrid td {
	vertical-align: top;
	}

#categoryGrid h2,
#productGrid h2 {
	color: #000000;
	font-size: 16px;
	
	}
#categoryGrid h2 a,
#productGrid h2 a {
	color: #003300;
	text-decoration: none;
	}
	
#productGrid table {
	width: 100%;
	}


.details { font-size: 14px; }


.title {
	font-size: 14px !important;
	padding-top: .5em;
	margin-bottom: .3em;
}

.title a {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	}
	
.sprice {
margin-bottom: .4em;
}
	
.sprice a {
	color: #00CC00;
	}

#categoryGrid .description p {
	font-size: 12px;
	padding-top: 4px;
	}
	
/* Widget Sidebar Detailed CSS */
/* CSS Pertaining to the right-nav shopping */
/* cart that is embedded at the right side of */
/* each page */

#widgetSidebarDetailed {
	padding-left: 8px;
	font-size: 10px;
	}
	
	/*#widgetSidebarDetailed table {
	width: 160px !important;
	}*/
	
	
#widgetSidebarDetailed a {
		color: #003300;
		}
		
#widgetSidebarDetailed .top,
#widgetSidebarDetailed .top a {
	font-size: 14px !important;
	color: #000000;	
	}

#widgetSidebarDetailed .price {
	font-size: 12px;
	color: #009900;
	font-weight: bold;
	}
/***************************/
/* Related Products seperator CSS */
#detailGroup #productsRelated {
margin-top: 15px;
overflow: visible;
}

	
#productsRelated .hdr-title {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	}

#productsRelated .content-odd, 
#productsRelated .content-even { 
margin-bottom: 15px;
width: 48%;
float: left;
margin-right: 1%;
text-align: center;
}


/***************************/
/* Add a review CSS */'

#productReviews { 
margin-top: 20px; 
}

#productReviewsAdd { display: none; }

#productReviewsAdd .form-field {
	font-size: 11px;
	}
	
#productReviews .body {
	padding: 0px 0px 20px;
	margin: 0px 0px 10px;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
}

#productReviews .body div {
	margin: 5px 0px;
}


#productReviews .body div.form-label {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

#productReviews .body div.form-field {
	font-size: 13px;
	line-height: 17px;
	margin-top: 0;
}

/***************************/
/* View Cart CSS */

#viewCart #cartInfo div {
margin-top: 8px;
margin-bottom: 8px;
}
/***************************/


#categoryGrid, 
#productGrid, 
#productDetail, 
#pageContent, 
#customerLogin, 
#viewCart, 
#clientAccount {
	float: left !important; 
	clear: none !important; 
	width: 100% !important;
	}

/* TOP OPTIONS CSS */
/* This is the row of text that indicates how many options are  */
/* displaying, and provides sorting options for the user, when  */
/* looking at product lists or category lists */
#topOptions .display, #topOptions .sort {
	font-size: 12px;
	font-weight: bold;
	}
	
#topOptions .display { 
	margin-bottom: 10px;
	}
	
#topOptions .sort .label {
	margin-bottom: 5px;
	}

/* Fixing forms */

#createCustomer .body div,
#clientAccount .form-label, 
#clientAccount .form-field,
#checkoutBilling div, 
#checkoutPayment div {
	clear: left !important; 
	text-align: left; 
	}

#paymentInfo, 
table#orderDetails { 
	max-width: 540px !important;
	float: left !important; 
	clear: none !important; 
	}

/* WIDGET SEARCH SIZE */

#widgetSearch { 
	
	}

#widgetSearch .top {
	display: none;
	}
 
#widgetSearch .button img { width: 45px !important; height: 30px !important; }
	
 #widgetSearch .body .field input {
	border: 1px solid #9C9C9C;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	font-size: 16px;
 	width: 850px;
 	margin-left: 10px;
 	padding: 2px 0px;
	} 

#widgetSearch .button {
	float: left;
	width: 60px;
	height: 20px;
	padding-top: 5px;
	text-align: center;	
	border: 1px solid #CCC;
	background: #DDD;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#widgetSearch .button a {
	text-decoration: none;
}
	
#widgetSearch .advanced a {
font-size: 12px;
color: #003300;
}

/************************************/
/********* BREADCRUMB STYLE *********/
/************************************/

#breadcrumb {
	height: 30px;
	padding: 20px 20px 20px 8px;
	text-align: right;
}

#breadcrumb h2 {
	font-size: 12px;
	line-height: 30px;
}

#breadcrumb a {
	color: #003300;
	}

#breadcrumb a:hover {
	text-decoration: none;
	color: #000;
}


/************************************/
/********* Error Message *********/
/************************************/

.myerror {
	
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	box-shadow: 0px 3px 5px #CCC;
	-webkit-box-shadow: 0px 3px 5px #CCC;
	-moz-box-shadow: 0px 3px 5px #CCC;
	background-color:#edffe8;
	font-size: 13px;
	line-height: 20px;
}

p.myerror {
	width:100%;
	border: 1px solid #CCC;
	border-bottom: 1px solid #AAA;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	
	span.salePrice { 
		background: none !important; 
		padding: 0 !important;
		font-size: 15px; 
		font-weight: bold;
		display: inline;
		color: #090; 
		box-shadow: none; 
		-moz-box-shadow: none; 
		-webkit-box-shadow: none; }

/************************************/  
/********* Footer STYLE *********/ /*********/
/************************************/
div#footer {
	margin-right: auto;
	width: 960px;
	padding-top: 20px;
	text-align: center;
	border-top: 2px solid black;
	margin-left: auto;
	}
	
div#footer p { font-size: 11px; }
div#footer a {color: #003300; border: none;}
div#footer a img { border: none; }

#errorDiv {
	
}

.photo {
	padding: 10px 0px;
	margin-bottom: 10px;
	box-shadow: 0px 3px 5px #CCC;
	-webkit-box-shadow: 0px 3px 5px #CCC;
	-moz-box-shadow: 0px 3px 5px #CCC;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	}

.photo:hover {
	box-shadow: inset 0px 3px 3px #888;
	-moz-box-shadow: inset 0px 3px 3px #888;
	-webkit-box-shadow: inset 0px 3px 3px #888;
}



.hdr-title {
	font-size: 15px;
	margin: 10px 0px;
	font-weight: bold;
}

.tabBorder {
border-top: 1px solid #ccc;
clear: both;
}

.productTab {
display: inline;
float: left;
padding: 6px 10px 0px 10px;
margin-right: 20px;
font-weight: bold;
color: #033;
}
.productTab:hover { cursor: pointer; }

.productTab-selected {
border-top-left-radius:8px;
-moz-border-top-left-radius:8px;
-webkit-border-top-left-radius:8px;
border-top-right-radius:8px;
-moz-border-top-right-radius:8px;
-webkit-border-top-right-radius:8px;
border-top: 1px solid #888;
-webkit-box-shadow: 0px -4px 5px #CCC;
background: #FFF;
border-bottom: 1px solid #FFF;
}


#searchFormVendor,
#searchFormShopByPrice,
#searchFormCategory,
#searchFormKeywords {
	margin: 0px 5px 10px 0px;
	float: left;
}

#searchFormSubmit { margin-top: 28px; }

#searchForm h2 { margin-bottom: 10px; }

/* Product Details Screens Layout & Style */

#productPhotos {
float: right;
display: inline; 
width: 50%;
margin-left: 20px;
margin-bottom: 20px; 
text-align: center;
}

#productDescription {
	margin-bottom: 20px;
}


#extraDetails #price {
		font-size: 18px;
		font-weight: bold;
		color: #090;
		margin-bottom: 10px; 
}

#extraDetails #price strike { color: #F00; }
#extraDetails #price span.salePrice { font-size: 18px; }

#qtyLabel, #qty {
	display: inline;
}

#photos { 
padding-top: 7px;
border: 1px solid #ccc;
border-radius: 10px;
box-shadow: inset 0px 4px 5px #ccc;
-moz-border-radius: 10px;
-moz-box-shadow: inset 0px 4px 5px #ccc;
-webkit-border-radius: 10px;
-webkit-box-shadow: inset 0px 4px 5px #ccc;
}

#bundleCaption,
#bundlePrice,
#bundleOverview {
margin: 20px;
line-height: 30px;
}

.txtbtn,
.slide-controls a,
#bundleCaption a,
#bundlePrice a,
#bundleOverview a,
#btmOptions a,
#productReviewsAddNote a,
.addToCartBtn a,
#existingCustomersPassword a,
button,
input[type=submit],
input[type=button] {
	font-weight: bold;
	color: #030;
	font-size: 14px;
	padding: 3px 10px;
	background: #EEE;
	border:1px solid #CCC;
	border-bottom-color:#AAA;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	letter-spacing: -1px;
	box-shadow: 0px 3px 3px #999;
	-moz-box-shadow: 0px 3px 3px #999;
	-webkit-box-shadow: 0px 3px 3px #999;
}

#bundleOverview br {
	line-height: 34px;
}

.slide-controls a:hover,
.slide-controls a.activeSlide,
.txtbtn:hover,
#bundleCaption a:hover,
#bundlePrice a:hover,
#bundleOverview a:hover,
#btmOptions a:hover,
#productReviewsAddNote a:hover,
#CONTENT .addToCartBtn a:hover,
#existingCustomersPassword a:hover,
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
	color: #FFF !important;
	text-shadow: 0px 2px 2px #000;
	-moz-text-shadow: 0px 2px 2px #000;
	-webkit-text-shadow: 0px 2px 2px #000;
	-box-shadow: inset 0px 3px 3px #000;
	-moz-box-shadow: inset 0px 3px 3px #000;
	-webkit-box-shadow: inset 0px 3px 3px #000;
	background-color: #030;
}
comc
#backToList a.link,
#emailFriend a {
	font-size: 11px;
}


.jqfancyzoombox img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}


/* CHeckout CSS */

#CONTENT .checkoutWelcome h2 {
	font-size: 18px; color: #030; }

#checkoutOnePage form[name=login] { float: left; width: 48%; margin-right: 1%;}




