/* style 1 */
/*
#left, #right {
    padding-left:5px;
    padding-right:5px;
}
#left section, #right section {
	margin-bottom: 20px;
}
#left section h1, #right section h1{
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #BFD135;
    background:#CBDB7F url("../images/title.png") repeat;
	padding: 8px 10px 7px 10px;
    margin:0;
}
#left section >.content, #right section >.content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
    border: 1px solid #BFD135;
    border-top: none;
	padding: 10px;
    padding-bottom:0;
    
}
*/
/* style 2 */
#left, #right {
    padding-left:0px;
    padding-right:0px;
}

#left {
    padding-right:5px;
}
#right {
    padding-left:5px;
}

#left section, #right section {
	margin-bottom: 20px;
}
 #center-top section, #center-bottom section {
  margin:10px 0;
 }
#right section h1{
    color:#000;
    background:#E6F2A9;
	border: 1px solid #D8D8D8;
	border-left: 5px solid #4C4C4C;
	padding: 8px 10px 7px 10px;
    margin:0;
	-webkit-border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
	-khtml-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
}
#left section h1{
    color:#000;
    background:#B4CD3C;
	border: 1px solid #D8D8D8;
	border-right: 5px solid #4C4C4C;
	padding: 8px 10px 7px 10px;
    margin:0;
	-webkit-border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
	-khtml-border-radius: 7px 0px 0px 7px;
	border-radius: 7px 0px 0px 7px;
}

#left section >.content {
	padding: 10px;
    padding-bottom:0;
    margin-top:5px;
    background-color:#FFF;
    border:#D8D8D8 1px solid;
    border-right:#4C4C4C 5px solid;
	-webkit-border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
	-khtml-border-radius: 7px 0px 0px 7px;
	border-radius: 7px 0px 0px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 4px #DDD;
}
#right section >.content {
	padding: 10px;
    padding-bottom:0;
    margin-top:5px;
    background-color:#FFF;
    border:#D8D8D8 1px solid;
    border-left:#4C4C4C 5px solid;
	-webkit-border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
	-khtml-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 4px #DDD;
}

#center-top section h1, #center-bottom section h1{
    color:#000;
    background:#B4CD3C;
	border: 1px solid #D8D8D8;
	border-left: 5px solid #4C4C4C;
	padding: 0 10px;
    margin:0;
	-webkit-border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
	-khtml-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
}
#center-top section >.content, #center-bottom section >.content  {
	padding: 10px;
    padding-bottom:0;
    margin-top:5px;
    background-color:#FFF;
    border:#D8D8D8 1px solid;
    border-left:#4C4C4C 5px solid;
	-webkit-border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
	-khtml-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 4px #DDD;
}
#left section.opencart h1, #right section.opencart h1, #center-top section.opencart h1, #center-bottom section.opencart h1{
    background:#BFDFFF;
}
#left section.blog h1, #right section.blog h1, #center-top section.blog h1, #center-bottom section.blog h1{
    background:#E6F2A9;
}
