@charset "utf-8";
body {
	font: 100%/1.4 Arial, Helvetica, Verdana, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

body a {
	color:#2c2c2c;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	font-weight:normal;
}
h1 {font-size: 1.4em; font-weight: bold;}
h2 {font-size: 1.15em; font-weight: bold; color: #7ba142;}

a img {	border: none; }

a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover, a:active, a:focus { text-decoration: none; }

.container { 
	width: 100%;
	min-width: 990px;
	background: #FFF;
	text-align:center;
}

#content {
	margin: 0;
    padding-left: 0;
    text-align: center;
    min-width: 990px;
    width:100%;
    overflow: auto;
    clear:both;
}

#header {
	background: url(http://www.vbstyles.com/vbstyles_images/header-bg.png) repeat 0 0 transparent;
	height: 124px;
	width:100%;
	text-align:center;
}
.header {
	display: inline-block;
    margin-top: 20px;
    padding-left: 0;
    text-align: left;
    width: 990px;
}

#top_menu ul li { 
	float: left; 
	margin: 0 10px; 
	color: #7ba142; 
	list-style: none; 
	text-transform:uppercase;
	height: 20px;
}
#top_menu ul li a { color: #7ba142; }
#nav_feedback { background:url(http://www.vbstyles.com/vbstyles_images/comment.png) no-repeat 0 0 transparent; padding-left:20px;}
#nav_register { background:url(http://www.vbstyles.com/vbstyles_images/user.png) no-repeat 0 0 transparent; padding-left:16px;}
#nav_login { background: url(http://www.vbstyles.com/vbstyles_images/Lock.png) no-repeat 0 0 transparent; padding-left:17px;}
#view_cart { background: url(http://www.vbstyles.com/vbstyles_images/cart.png) no-repeat 0 0 transparent; padding-left: 20px;}
#dashboard { background:url(http://www.vbstyles.com/vbstyles_images/dashboard.png) no-repeat 0 0 transparent; padding-left:20px;}

#main_menu { clear:right; width:692px;}
#main_menu ul li { cursor: default; float: left; margin: 45px 2px 0; padding: 10px 20px; color: #FFF; background-color:#2C2C2C; list-style:none; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
#main_menu ul li.active { background-color: #7ba142; border-bottom: 1px solid #7ba142;}

#main_menu a { color: #FFF; text-decoration: none;}
#main_menu li:hover {background-color:#7ba142;}

#tabs { width:960px; display:inline-block;}
ul.sub_menu { margin-left:10px; font-size:13px;}
ul.sub_menu li { float: left; margin: 6px 2px 0; padding: 5px 30px; color: #FFF; background-color:#2C2C2C; list-style:none; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
ul.sub_menu li.active { background-color: #7ba142; border-bottom: 1px solid #7ba142;}
ul.sub_menu a { color: #FFF; text-decoration: none;}
ul.sub_menu li:hover {background-color:#7ba142;}

.small { font-size:small; }

#content .split_left {
	width:59%;
	margin:0 1% 0 0;
	display: inline-block;
	float:left;
}
#content .split_right {
	width:35%;
	margin:0 0 0 1%;
	display: inline-block;
	float:right;
}
#content .offer {
	height:60px;
	padding-top:10px;
	border:0 none;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	background:none no-repeat 0 0 #2C2C2C;
	color: #FFF;
	top:-10px;
	right:-9px;
	position:relative;
}
.offer h3 {
	text-align:left;
	font-weight:bold;
}
.offer a { color: #FFF;}
.fix_width { width: 958px; display:inline-block; text-align:left; margin-top:10px;}
#main {
	width:958px;
	margin:20px 0;
	display:inline-block;
}
#main .split_left {
	width:35%;
	margin:0 1% 0 0;
	display:inline-block;
	float:left;
}
#main .split_right {
	width:41%;
	margin:0 0 0 1%;
	display:inline-block;
	float:left;
}
#main .nav {
	width:10%;
	padding-top:290px;
	float:left;
}
#main .nav img {
	cursor:pointer;
}
img.double_border {
	border: 4px solid #ddd;
	padding: 4px; /*Inner border size*/
	background: #ddd; /*Inner border color*/
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.action_buttons { margin-top:44px; text-align:center;}
.txt_button {
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 10px;
}
.small_button { margin: 10px 10px 0; padding: 3px 17px;}
.red {
	box-shadow:0 1px 0 0 #F29C93 inset;
    -moz-box-shadow: 0 1px 0 0 #F29C93 inset;
	-webkit-box-shadow: 0 1px 0 0 #F29C93 inset;
    background: none repeat scroll 0 0 #FE1A00;
    border: 1px solid #D83526;
    text-shadow: 1px 1px 0 #B23E35;	
}
.red:hover {
    background: none repeat scroll 0 0 #CE0100;
}
.green {
	box-shadow:0 1px 0 0 #95BC5A  inset;
    -moz-box-shadow: 0 1px 0 0 #95BC5A  inset;
	-webkit-box-shadow: 0 1px 0 0 #95BC5A  inset;
    background: none repeat scroll 0 0 #7BA142;
    border: 1px solid #268A16;
    text-shadow: 0 transparent;	
	color: #FFF;
}	
.green:hover {
	background: none repeat scroll 0 0 #95bc5a;
}
#testimonial {
	width:426px;
	background:url(http://www.vbstyles.com/vbstyles_images/testimonial_bg.png) repeat-y 0 0 transparent;
	font-size:0.9em;
	padding:10px 0;
	margin-top:10px;
	margin-bottom:10px;
}
#testimonial .logo {
	float:left;
	width: 75px;
}
#testimonial .text {
	margin-left: 90px;
}
.details {
	padding:10px;
}
.title { font-weight: bold; font-size:1.1em;}
ul.features { font-weight:normal; font-size:0.95em; text-align:left; margin-top:10px;}
ul.features li {
    list-style: square outside none;
    margin-left: 25px;
    padding: 2px 0 2px 5px;
}
.sub_header ul.features { margin-top:0; font-weight:normal;}
.sub_header ul.features li {
	padding:0;
}
#sub_section {
	background:url(http://www.vbstyles.com/vbstyles_images/sub_section_top-bg.png) repeat-x 0 0 #E7E7E7;
	padding-top:20px;
	width:100%;
}
.sub_section { width:960px; display:inline-block; }
.sub_section .split_left {
	width:63%;
	margin:0 1%;
	float: left;
}
.sub_section .split_right {
	width:33%;
	margin:0 1%;
	float: left;	
}
div.sub_header {
	float: left;
	font-weight:bold;
	padding: 0 20px 20px 40px;
	text-align:justify;
}
div.content div.sub_header {
    background-color: #F2F2F2;
    border-color: #D3E3BC #D3E3BC #95BC5A;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    float: left;
    font-weight: bold;
    padding: 5px 0 5px 25px;
	margin-top: 20px;
    text-align: justify;
    width: 375px;
}
div.sub_header_content { margin:10px 5px 10px 20px;}
div.emptyFiller { height:20px; margin:0; padding:0; display:block; clear:both;}
div.sub_header p {padding:0; font-size:0.9em;}
.sub_section .split_left div.custom_work {background:url(http://www.vbstyles.com/vbstyles_images/custom_work.png) no-repeat 0 0 transparent; } 
.sub_section .split_left div.updates { background:url(http://www.vbstyles.com/vbstyles_images/updates.png) no-repeat 0 0 transparent;}
.sub_section .split_left div.instructions { background:url(http://www.vbstyles.com/vbstyles_images/instructions.png) no-repeat 0 0 transparent;}
.sub_section .split_left div.support { background:url(http://www.vbstyles.com/vbstyles_images/support.png) no-repeat 0 0 transparent;}
.sub_section .split_left div.commitment { background:url(http://www.vbstyles.com/vbstyles_images/award.png) no-repeat 0 0 transparent;}
.sub_section .split_left div.price { background:url(http://www.vbstyles.com/vbstyles_images/price.png) no-repeat 0 0 transparent;}

#content .content, #content .cart {
	border:1px solid #7BA142;
	border-radius:0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	background:#FFF;
	width:958px;
	display:inline-block;
	margin-bottom:20px;
	text-align:left;
}
#content .content .split_left {
	width:54%;
	margin: 0 1% 0 0;
	float:left;
}
#content .content .split_right {
	width:42%;
	margin: 0 0 0 1%;	
	float:left;
}
#content .content .split_left .screenshot {
	padding-left:15px;
}
.screenshot img {
	border: 5px solid #CCC;
}
.screenshot p {
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}
.content .split_right .price {
	padding: 2px 35px 2px 0;
	font-size:1.2em;
}
.indent { padding-left:10px;}
.normal {font-weight:normal;}
.no_padding {padding: 0 !important; }
.margin-top {margin-top: 20px !important;}
.content .split_right .pretext {
	font-weight:bold;
	margin:50px 0 11px;
	text-align:left;
}
.included { margin-top:32px; }
#theme_total { font-weight: bold; }
.theme_price { top: -10px; position: relative;}
.pretext {
	background:url(http://www.vbstyles.com/vbstyles_images/commitment.png) no-repeat 0 0 transparent;
	padding:0 20px 20px 40px;
}
.testimonial {
	background:#F6F6F6;
	font-size:0.9em;
	padding:10px 0;
	margin-top:10px;
}
.testimonial .quote {
	background:url(http://www.vbstyles.com/vbstyles_images/quotes.png) no-repeat 0 0 transparent;
	padding-left: 30px;
	margin-left:10px;
}
.testimonial .author {
	text-align: right;
	font-weight:bold;
	font-size:1em;
}
.breadcrumb {
	font-size:13px;
	padding:10px 23px;
}
div.content p { font-size:12px; padding-left:24px; }
.div_list { width:100%; font-weight:normal; }
.div_list .div_list_left { display:inline-block; width:65%; text-align:left;}
.div_list .div_list_right {display:inline-block; width:30%; text-align: right; color:#7BA142; font-weight:bold;}
ul.style_list {
	list-style:none;
	margin-left:5px;
}
ul.style_list li {
	width:260px;
	float:left;
	margin:15px;
	padding:10px;
	background:#F4F4F5;
	position:relative;
	display:inline-block;
	border:1px solid #DDDDDD;	
}
ul.style_list li img {
	border: 1px solid #ddd;
	cursor:pointer;
}
#sub_section .demo {
	background:url(http://www.vbstyles.com/vbstyles_images/preview.png) no-repeat 0 0 transparent;
}
#sub_section .help {
	background:url(http://www.vbstyles.com/vbstyles_images/help.png) no-repeat 0 0 transparent;
}
#sub_section .package {
	background:url(http://www.vbstyles.com/vbstyles_images/package.png) no-repeat 0 0 transparent;
}
ul.price_list li {
	padding:2px;
	list-style:none;
	margin-left:5px;
}
.style_title {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}
.pagination {
	text-align:right;
	font-size:13px;
	margin: 5px 10px 10px;
}

.why {
	background:url(http://www.vbstyles.com/vbstyles_images/why_bg.png) no-repeat 0 0 transparent;
	float:left;
	width:309px;
	height:57px;
	color:#FFF;
    padding-top: 16px;
    position: relative;
    text-align: center;
    top: 10px;
    width: 300px;
}
.box {
	background-color:#FFF;
	border: 1px solid #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    margin-left: 8px;
    width: 290px;	
	padding-bottom:20px;
}
.quotes { font-family:Arial, Helvetica, sans-serif; font-size:2em; font-style:italic;}
.box hr { height:3px; border-style:dotted; width:90%;}
.box p {padding:10px; }
.box ul.features { text-align:left; }
.box ul.features li { margin-left:47px; clear:left;}
.strip { height:10px; background-color: #7ba142; width:100%; }

#footer {width:100%; text-align:center; background: url(http://www.vbstyles.com/vbstyles_images/header-bg.png) repeat 0 0 #e7e7e7; clear:both;}
.footer ul { list-style:none; padding-left:25px;}
.footer {
	padding: 15px 0; text-align:left; display:inline-block;
	width:960px;
	color: #7ba142;
}
.footer a { color: #7ba142; text-decoration: none;}
.footer a:hover {text-decoration: underline; }
.footer .col { width: 30%; margin-right:5%; }
.copyright { text-align:right; margin:20px 10px 10px; }

.txtlft { text-align: left; }
.txtrt { text-align: right; }
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* CAKE RELATED CSS */
label {
    display: block;
    font-size: 110%;
    padding-right: 20px;
	font-weight: bold;
}

form div {
    clear: both;
    vertical-align: text-top;
	margin-top:15px;
}
form div span {
    color: #777777;
    font-size: 0.8em;
    font-weight: normal;
}
input, textarea {
    clear: both;
    display: block;
    font-family: "frutiger linotype","lucida grande","verdana",sans-serif;
    font-size: 1.1em;
    padding: 2px;
    width: 90%;
}
input[type="submit"] {
	clear: none;
    width: auto;	
}
input[type=checkbox]{clear:left;float:left;margin:4px 6px 7px 2px;width:auto;}
select {
	font-size:1.1em;
	font-family: "frutiger linotype","lucida grande","verdana",sans-serif;
	padding:2px;
}
form {
    clear: both;
    margin: 0;
    padding: 5px 15px;
	display:inline-block;
	width: 90%;
}
/*div.autocomplete_form { padding-bottom: 10px;} */
a.edit { background: url("http://www.vbstyles.com/vbstyles_images/action_edit.png") no-repeat scroll 0 0 transparent; padding:0 5px 0 15px;}
a.delete { background: url("http://www.vbstyles.com/vbstyles_images/action_delete.png") no-repeat scroll 0 0 transparent; padding:0 5px 0 15px;}
div.message{clear:both;color:#FFF;font-size:1.2em;font-weight:bold;margin:5px 0 10px;padding:5px 0;background-color:#900}
div.error-message{clear:both;color:#900;font-weight:bold;}
.fix_width table, .fix_width .paging {margin-left:15px; width:96%;}
.actions ul {margin:10px 0;}
.actions ul li {margin-left:15px;}
div.paging{color:#ccc;display:inline-block;margin-bottom:2em;}
div.paging div.disabled{color:#ddd;display:inline;}
div.paging span{}
div.paging span.current{color:#000;}
div.paging span a{}
dl{line-height:2em;margin:0; margin-left:15px;}
dt.altrow{background:#e7e7e7;}
dd.altrow{background:#e7e7e7;}
dt{font-weight:bold;padding-left:4px;vertical-align:top;}
dd{font-size: 0.9em; margin-left: 0; padding-left:10px; margin-top: -1em; vertical-align: top;}
table th, table td { padding:5px 10px 0; }
table td { border: 1px solid #EEE; }
table th { background-color:#bcd497;}
.panel { width:300px; display:inline-block; margin:7px 1%; float:left;}
.panel.main { width: 66%; }
.panel.side {width:30%; }
.panel_head { background-color:#b4cf8b; border:1px solid #666; }
.panel_head h2 { color:#333; font-size: 1em; padding: 5px 15px; }
.panel_body { background-color:#eee; overflow:auto; border:1px solid #666; border-top:0 none; margin-bottom:15px; padding: 5px 0;}
.panel_body h3 { padding-left:10px; font-weight: bold; }
table.style_list tr td { font-size: 13px;}
table.style_list tr td h3 { padding-left: 0; }
table.style_list tr td p {padding: 2px 0 4px 15px; }
table.style_list th { background: transparent; }

.info { cursor:help; border-bottom: 1px dashed #000000;}

ul.reg { font-weight:bold; font-size:0.95em; text-align:left;}
ul.reg li {
	list-style:disc;
	margin-left: 30px;
	padding: 2px 0;
}
div.side-col {
    float: left;
    margin-right: -120px;
    padding-bottom: 25px;
    width: 150px;
	margin-top:50px;
}
div.main-col {
    margin-left: 130px;
    min-height: 450px;
    padding: 0 0 25px 25px;
}
div.main-col .content { border: 0 none !important;}
div.side-col ul { border: 1px solid #CCC;}
div.side-col ul li { background-color:#E3EDD3; padding:5px;}
div.side-col ul li:hover { background-color:#BCD497;}
ul, ol {
    list-style: none outside none;
}
#screenshot_gallery {
	margin:10px 5px;
}
#screenshot_gallery img{
	margin-left:10px; margin-bottom:10px;
	border: 3px  solid #CCC;
	cursor: pointer;
}

#main_menu ul li ul.sub_menu { display: none; background: #7BA142;}
#main_menu ul li:hover ul.sub_menu {display: block; position:absolute; z-index:1000; padding-bottom:5px;}
#main_menu ul li ul.sub_menu li { margin:5px 5px 0; clear: left; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; background:#e2edd3;}
#main_menu ul li ul.sub_menu li:hover { background:#d3e3bb;}
#main_menu ul li ul.sub_menu ul.sub_sub_menu { display: none;  background: #7BA142; padding-bottom:5px;}
#main_menu ul li ul.sub_menu li:hover ul.sub_sub_menu {display: block; position:absolute; right: -170px; top: 15px;}
#main_menu ul li ul.sub_menu li:hover ul.sub_sub_menu li { background:#e2edd3; width:134px;}
#main_menu ul li ul.sub_menu li:hover ul.sub_sub_menu li:hover { background:#d3e3bb;}
#main_menu ul li ul.sub_menu a { color: #000; }

#content .cart .split_left { width: 65%; }
#content .cart .split_right { width:29%; }
.cart .screenshot { float: left; padding: 5px 15px 0; }
.cart .screenshot img { border-width:4px;}
.cart p { color: #333; font-size: 0.9em; margin-top: 5px; }
.cart table {margin-top:15px; width:91%; border: 1px solid #DDD;}
.cart table tr { margin-top: 5px; }
.cart table p { margin:0; padding:0}
.cart table h4 {margin:5px 0 0; padding:0; font-weight:bold;}
td.price_bold { font-weight: bold; }
div.pad_right { padding-right:9%; }
div.pad_right input { display:inline-block; margin-left:15px;}

.brdcrumbs {
    border-width:1px 0;
    border-style: solid; border-color:#ddd;
    text-align:center;
    margin:14px 17px;
    padding:3px 0;
}
.brdcrumbs ol { list-style:decimal; font-size:24px; font-weight:bold; text-align: left; margin-left: 45px;}
.brdcrumbs ol li { float: left; width:218px; color: #ccc; font-weight: normal;}
.brdcrumbs ol li.active { color: #7BA142; font-weight:bold; }
.brdcrumbs ol li span {font-size:14px; top:-2px; position:relative;}
input.form-error { background-color: #900; color:#FFF; }
.ui-tabs .ui-tabs-panel { border: 1px solid #AAA !important;}
/* .ui-widget-header  { background: none !important;  border: 0 none;} */
.ui-tabs { border: 0 none !important; }
ol.parentTerms {
	list-style: decimal outside none;
}
ol.childTerms {
	list-style: lower-alpha outside none;
}
div.parentTerms {
	text-align: left;
}
div.parentTerms ol, div.parentTerms ul { margin: auto; padding: 0 0 0 40px;}
.nomargin_nopadding { margin:0; padding:0; clear:none; }
ul.child_cat { font-size: 12px; list-style: disc; margin-left:60px; margin-top:6px; }
.paypal-logo { display: block; float: right; margin-right: 43px; position: relative; top: -10px; }
.price strong {color: #000;}
strong.special_offer {color:#C00; font-size: 1.2em;}
.price del {color: #000; }
div.texteditor div { padding: 0!important; clear: none!important; font-weight: normal; margin-top: 0;}
div.checkbox { width: 250px; display: inline-block;}