﻿body { background: #002445; } 
body,form,input,textarea,select,option { color: #546273; font: 13px Arial,Tahoma, Helvetica; line-height: 17px; padding: 0; margin: 0;}
h1,h2,h3,h4,h5,p,ul,ol,dl { margin: 0; padding: 0; }

a {  color: #2d9bf9;  text-decoration: underline; }
a img {border: none;}
a:hover { text-decoration: underline; color: #000; }
a:active { outline: none; }

p { padding:  5px 0 15px 0; }
h1 { 	color: #003a6e; padding:  20px 0 5px 0; font: normal 18px Arial, Helvetica, sans-serif; }
h2 { 	color: #003a6e; padding:  20px 0 5px 0; font: bold 16px Arial, Helvetica, sans-serif; }
h3 { 	color: #003a6e; padding:  20px 0 5px 0;font: bold 14px Arial, Helvetica, sans-serif;  }
h4 { 	color: #546273; padding:  20px 0 5px 0;font: bold 14px Arial, Helvetica, sans-serif;  }
h5 { 	color: #546273; padding:  20px 0 5px 0;font: bold 13px Arial, Helvetica, sans-serif;  }
	    
hr { background: url('images/dots.gif') 0 5px repeat-x; height: 10px; border: 0; }

.Rounded
{
    border: 1px solid #bcc1c7; 
	border-radius: 7px; 
	background-color:#FFF; 
	padding: 15px;
}
    
#Left
{
	width: 630px;  
	min-height: 700px; 
	float: left; 
}

	

.core-section-body,
.store-product-option-groups-body
{
    padding-left: 40px;
}
		
body { background-color: #FFF; }
body #container { background: #FFF url('images/bg-sp.jpg') 50% 0 no-repeat; padding-top: 70px; }
        
.panel {  background: #e3e5e6 url('images/panel.gif') 0 0 repeat-x; border-radius: 6px; margin-bottom: 20px; font-size: 11px; }
.panel h2 { background: url('images/l.gif') 0 100% repeat-x; padding: 8px 0 10px 15px; font-size:13px; color: #001e39; }
.panel .gfx { padding: 5px 15px; }
        
/* orange */
/*.store-action-command
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin: auto;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 22px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.store-action-command:hover
{
	text-decoration: none;
}
.store-action-command:active
{
	position: relative;
	top: 1px;
}    
.store-action-command
{
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.store-action-command:hover
{
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.store-action-command:active
{
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}*/