body {
	margin:0;
	padding:0;
	font:12px arial,helvetica,verdana,sans-serif;
	color:#5C5C5C;
	background:url(../images/header.png) #DDDED9;
	background-repeat:repeat-x;
}

#wrapper {
	margin:0 auto;
}

#header {
	height:134px;
	margin-bottom:15px;
	background:url(../images/logo.jpg);
	background-repeat:no-repeat;
}

#title {
	position:absolute;
	top:15px;
	left:15px;
	color:#fff;
	font-size:30px;
	font-weight:bold;
}

#subtitle {
	position:absolute;
	top:55px;
	left:55px;
	color:#fff;
	font-size:15px;
	font-weight:regular;
}

#nav {
	margin-bottom:1%;
	position:absolute;
	top:93px;
	margin-left:50px;
	width:95%;
}

#nav a {
	display:block;
	float:left;
	padding:12px 12px;
	margin-right:1px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:-1px;
}

#nav a:hover {
	background:#00032A;
	color:#fff;	
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}


.content {
	padding:7px 8px 8px 8px;
	background:url(../images/boxtitle2.gif) #fff;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.menu {
	padding:7px 2px 2px 2px;
	background:url(../images/boxtitle.gif) #9C9999;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.menucontent {
	background-color:#fff;
	margin-top:5px;
	padding:5px;
}

#left_side {
	width:18%;
	float:left;
	margin-left:1%;
}

#center_content {
	width:60%;
	float:left;
	margin-left:1.2%;
	min-height:400px;
}

#right_side {
	float:right;
	width:18%;
	margin-right:1%;
}

.sidebar {	
	padding:5px 10px;	
	background:url(../images/boxtitle.gif) #fff;
	background-repeat:repeat-x;
	margin-bottom:5px;
}

#footer {
	background-image:url(../images/footer.png); 
	background-repeat:repeat-x; 
	height:85px;
	clear:both;
	float:left;
}

#copyright {
position:relative;
top:35px;
text-align:center;
}

.clear {
	clear:both;
}

h2 {
	font-size:1.2em;
	padding:0px;
	margin:0px;
	color:#fff;
	padding:0;
	padding-top:2px;
}

h1 {
font-size:22px;
color:#93262F;
font-weight:bold;
}

h3 {
	font-size:1.2em;
	padding:0px;
	margin:0px;
	color:#fff;
	padding:0;
	padding-top:2px;
}

p {
	margin:8px 0;
	line-height:22px;
}

a {
	color:#93262F;
	text-decoration:none;
}

a img {
	border:none;
}

input[type=text], textarea, input[type=password], input[type=submit] {
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	padding: 3px;
	color: #777;
	border:solid 1px #aaa;
}

input[type=text]:focus, textarea:focus, input[type=password]:focus, input[type=submit]:focus {
	background: #fff;
	color: #333;
	border-color: #215FAB;
}

.left_column {
	float:left;
	width:50%;
}

.right_column {
	float:right;
	width:50%;
}

.border {
	border-bottom:dotted 1px #215FAB;
}

.red {
	color:red;
}

.error {
	color:red;
	font-size:11px;
	position:relative;
}

.content {
	border:solid 1px #ddd;
}

.btn {
	display:inline;
	float:right; 
	margin-right:80px; 
	background:#365FAB; 
	color:#fff; 
	padding:4px 10px;
	width:100px;
	text-align:center;
	cursor:pointer;
}

.btn:hover {
	background:#2A2B2B;
}

ul {

}

li {
	list-style:disc;
	list-style-position:inside;
}

table {
	width:100%;
	border:solid 1px #ccc;
	padding:5px;
}

th {
	text-align:left;
}

td {
	padding:5px 4px;
}

#message {
	position:absolute;
	top:10px;
	right:10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.message {
	background:#fff;
	padding:10px;
	border:solid 2px #2173C5;
}

#pinStatus, #result {
	color:#fff;
	padding:5px;
	text-align:center;
}

#dispute {
	margin:10px;
	text-align:center;
	border:solid 1px #ddd;
	background:#fafafa;
	padding:5px;
}

#count {
	font-size:14px;
	color:#fff;
	position:absolute;
	top:100px;
	right:15px;
}

.err {
	border:solid 1px #ddd;
	padding:5px;
	text-align:center;
	margin-bottom:5px;
	cursor:pointer;
	color:#B10C0C;
	background:#FFEAEA;
}

#imgBox, #imgBox img { width:216px; height:158px; margin:0;padding:0 }


h1 span {
		float:right;
		width:18px;
		height:18px;
	}
	h1.collapse-open span {
		background: url(http://laserscenarfusion.com/css/images/minus.png) no-repeat 0 0;		
	}
	h1.collapse-close span {
		background: url(http://laserscenarfusion.com/css/images/plus.png) no-repeat 0 0;
	}


//.override #googlecart-widget-head {
    width:250px;
  }

//.override #googlecart-widget-body {
    width:250px;
  }

//.override #googlecart-widget-list {
    width:200px;
  }
 // .override .googlecart-widget-item {
    width:200px;
  }
 // .override .googlecart-widget-removed-message {
    width:200px;