/*
Theme Name: WP-OpenCart
Theme URI: http://opencart.web.id/wp-opencart-wordpress-theme/
Description: WordPress theme that matches OpenCart default template. Also allows two-columns or three-columns layout, fixed-width, widget-ready, threaded comments, and nav-menu. Compatible with WordPress 3.0+.
Author: Agus Suhanto
Author URI: http://suhanto.net/
Version: 0.7.4
Tags: blue, white, two-columns, three-columns, fixed-width, threaded-comments, translation-ready
*/
html {
   overflow: -moz-scrollbars-vertical;
   margin: 0;
   padding: 0;
   background-image: url(images/bg.gif);
   direction: rtl;
   height: 100%;

}
* {
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

body { 
   margin: 0px;
   padding: 0px;
   text-align: center;
   background-image: url(images/header_bg.png);
   background-repeat: repeat-x;   
}

html,body{ 	overflow-x: hidden;
}

body, td, th, input, textarea, select, a {
   font-size: 12px;
}
form {
   padding: 0;
   margin: 0;
   display: inline;
}
input, textarea, select {
   margin: 3px 0px;
}
a, a:visited {
   color: #a31b1b;
   text-decoration: underline;
   cursor: pointer;
}
a:hover {
   text-decoration: none;
}
a img {
   border: none;
}
p {
   margin-top: 0px;
}
/* layout */
#container {
   width: 982px;
   margin-left: auto;
   margin-right: auto;
   text-align: right;
}
#header{
    padding-top: 15px;
    text-align: center;
}
#search {
   padding-top: 7px;
   padding-left: 5px;
   color: #FFF;
   font-weight: bold;
}
#search select {
   border: 1px solid #0A5391;
   padding: 1px;
}
#search a {
   color: #FFF;
}
#search input {
   border: 1px solid #0A5391;
   padding: 2px;
}
#breadcrumb {
   float: left;
   padding-top: 7px;
   padding-bottom: 11px;
   height: 13px;
   margin-bottom: 10px;
   color: #000000;
}
.switcher {
   float: right;   
   margin-top: 3px;
   margin-left: 10px;
}
.switcher a {
   text-decoration: none;
   display: block;
}
.switcher .selected {
}
.switcher .selected a {
   border: 1px solid #CCCCCC;
   color: #666666;
   padding: 2px 5px 2px 5px;
   width: 121px;
}
.switcher .selected a:hover {
}
.switcher .option {   
   position: absolute;
   z-index: 3;
   border-left: 1px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
   border-bottom: 1px solid #CCCCCC;
   background-color: #EEEEEE;
   display: none;
   width: 131px;
}
.switcher .option a {
   color: #000;
   padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
}
.switcher img {
   position: relative;
   top: 1px;
}
#column_left {
   float: left;
   width: 207px;
   margin-right: 20px;
}
#column_right {
   float: right;
   width: 207px;
   margin-left: 10px;
}
#content {
   margin-bottom: 10px;
   width: 530px;
   float: left;
}
#inner_content
{
	background: url('images/content_bg.png') repeat-y;
	width: 530px;
	min-height: 675px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
#content .top h1 {
   padding: 8px 0px 8px 7px;
}
#content h1, .heading {
   color: #000000;
   font-size: 16px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0px;
}
.heading {
   border-bottom: 1px solid #DDDDDD;
   padding-bottom: 3px;
   margin-bottom: 10px;
}
.success {
   padding: 5px 0px;
   margin-bottom: 10px;
   background: #E4F1C9;
   border: 1px solid #A5BD71;
   font-size: 11px;
   font-family: Verdana, Geneva, sans-serif;
   text-align: center;
}
.warning {
   padding: 5px 0px;
   margin-bottom: 10px;
   background: #FFDFE0;
   border: 1px solid #FF9999;
   font-size: 11px;
   font-family: Verdana, Geneva, sans-serif;
   text-align: center;
}
.wait {
   padding: 5px 0px;
   margin-bottom: 10px;
   background: #FBFAEA;
   border: 1px solid #EFEBAA;
   font-size: 11px;
   font-family: Verdana, Geneva, sans-serif;
   text-align: center;
}
.required {
   color: #FF0000;
   font-weight: bold;
}
.error {
   color: #FF0000;
   display: block;
}
.help {
   cursor: pointer;
}
.tooltip {
   border: 1px solid #FDDA5C;
   background: #FBFF95;
   padding: 5px;
   font-size: 11px;
   width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
   overflow: hidden;
   width: 100%;
}
.button {
   padding-left: 8px;
   display: inline-block;
   margin-right: 5px;
   background: url('images/button_left.png') top left no-repeat;
   text-decoration: none;
   color:#FFF;
}
.button span {
   color: #FFF;
   display: block;
   padding: 4px 12px 5px 5px;
   background: url('images/button_right.png') top right no-repeat;
}
.buttons {
   background: #F8F8F8;
   border: 1px solid #DDDDDD;
   padding: 5px;
   margin-bottom: 10px;
}
.buttons input {
   padding: 0px;
   margin: 0px;
}
.buttons table {
   width: 100%;
   border-collapse: collapse;
}
.buttons table td {
   vertical-align: middle;
}
.content {
   background: #F7F7F7;
   border: 1px solid #DDDDDD;
   padding: 10px;
   margin-top: 3px;
   margin-bottom: 10px;
   width: 100%;
}
.list {
   margin-bottom: 10px;
   width: 100%;
}
.list td {
   text-align: center;
   vertical-align: top;
   padding-bottom: 10px;
}
.sort {
   margin-bottom: 10px;
   background: #F8F8F8;
   height: 30px;
   width: 100%;
}
.sort .div1 {
   float: right;
   margin-left: 5px;
   padding-top: 6px;
   padding-right: 9px;
}
.sort .div2 {
   text-align: right;
   padding-top: 9px;
}
.sort select {
   font-size: 11px;
   margin: 0;
   padding: 0;
}
.pagination {
   display: inline-block;
   width: 100%;
   background: #F8F8F8;
   margin-bottom: 10px;
}
.pagination .links, .pagination .results {
   padding: 7px;
}
.pagination .links {
   float: left;
}
.pagination .links a {
   border: 1px solid #CCCCCC;
   padding: 4px 7px;
   text-decoration: none;
   color: #000000;
}
.pagination .links b {
   border: 1px solid #CCCCCC;
   padding: 4px 7px;
   text-decoration: none;
   color: #000000;
   background: #FFFFFF;
}
.pagination .results {
   float: right;
}
.tabs {
   width: 100%;
   height: 31px;
   margin-bottom: 0px;
}
.tabs a {
   float: left;
   display: block;
   padding: 6px 15px 7px 15px;
   margin-right: 2px;
   border-top: 1px solid #DDDDDD;
   border-bottom: 1px solid #DDDDDD;
   border-left: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
   background: #FFFFFF url('images/tab_3.png') repeat-x;
   color: #000000;
   font-weight: bold;
   font-size: 13px;
   text-decoration: none;
   z-index: 1;
   position: relative;
   top: 1px;
}
.tabs a.selected {
   background: #FFFFFF url('images/tab_3.png') repeat-x;
   border-bottom: 0px;
   padding-bottom: 8px;
   z-index: 3;
}
.tab_page {
   border: 1px solid #DDDDDD;
   background: #FFFFFF;
   padding: 10px;
   display: block;
   z-index: 2;
   margin-bottom: 10px;
}
#footer {
   width: 100%;
   clear: both;
   background-image: url(images/footer_bg.png);
   height: 57px;
}
#footer .div1 {
   float: left;
   text-align: left;
   margin-top: 5px;
}
#footer .div2 {
   float: right;
   text-align: right;
   margin-top: 5px;
}
#category ul {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 8px;
   padding-left: 12px;
   list-style: url('images/bullet_1.png');
}
#information ul {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 8px;
   padding-left: 12px;
   list-style: url('images/bullet_2.png');
}
.cart {
   border-collapse: collapse;
   width: 100%;
   border: 1px solid #EEEEEE;
   margin-bottom: 10px;
}
.cart th {
   background: #EEEEEE;
   padding: 5px;
   font-weight: normal;
}
.cart td {
   padding: 5px;
}
.tags, .tags a {
   font-style: italic;
   font-size: x-small;
}
#module_cart .middle {
   padding: 5px;
}
.cart_module_total {
   padding: 0 3px 0 3px;
   font-size: 0.9em; 
   color: #222;
}
.cart_remove {
   margin-top: 3px;
   background: url('images/list_remove_btn.gif') no-repeat left center transparent;
   padding-right:10px;
   cursor:pointer;
}
.cart_remove_loading {
   margin-top: 3px;
   background: url('images/ajax_load.gif') no-repeat transparent;
   padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
   margin-top: 3px;
   background: url('images/button_add_small.png') no-repeat left center transparent;
   padding:5px;
   text-decoration: none;
   cursor:pointer;
}

/*** ----------------------------------------------------------------
* Specific to WP-OpenCart 
* Added by: Agus Suhanto
**** ---------------------------------------------------------------- */

/**-- header and plumbing ---------------------------------------------------------------- */
p, ul, ol, dd, pre, hr {
   line-height: 1.5em;
}

blockquote {
   font-style: italic;
   margin: 15px 30px;
}

cite, em, i {
   font-style: italic;
}

ul {
   list-style: disc outside none;
   padding-left: 30px;
}

ol {
   padding-left: 30px;
}

.wp-table-reloaded
{
	border: 2px solid #000;
	margin-top: 10px;
	margin-bottom: 5px;
}

.wp-table-reloaded  td{
	background: #eee;
	font: 10pt Arial;
}

.wp-table-reloaded  th{
	width: 100px;
	background: #ccc;
	text-align: center;
	font: bold 12pt Arial;
}
.wp-table-reloaded  thead{
	background: #ccc;
}

code {
   font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

pre {
   background: none repeat scroll 0 0 #F7F7F7;
   color: #222222;
   line-height: 18px;
   margin-bottom: 18px;
   padding: 10px;
   font-family: "Courier 10 Pitch", Courier, monospace;
}

a.button {
   text-decoration: none;
}

input[type=button],
input[type=submit] {
   padding-top: 5px;
   padding-bottom: 5px;
   color: #333;   
}

#header h1,
#header h1 a,
#header div#site-title,
#header div#site-title a {
   color: #000000;
   font-size: 24px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
   margin: 0;
}

#header .div3 .bookmark {
   background: url(images/bookmark.png) 0 0 no-repeat;
}

#header .div3 .contact {
   background: url(images/contact.png) 0 0 no-repeat;
}

#header .div3 .sitemap {
   background: url(images/sitemap.png) 0 0 no-repeat;
}

/**-- menu ---------------------------------------------------------------- */
/* Primary menu, div4 */
#div4 {
   background: #fff;
   margin: 0 auto;
   height: 32px;
   display: block;
   float: right;
   clear: right;
   padding-right: 30px;
}

#div4 .menu {
   font-size: 13px;
   margin-left: 12px;
}

#div4 .menu ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#div4 .menu li {
   float: left;
   position: relative;
}

#div4 a {
   display: block;
   text-decoration: none;
   color: #000;
   padding: 0 10px;
   line-height: 34px;
   font-size: 14px;
}

#div4 ul ul {
   display: none;
   position: absolute;
   top: 32px;
   left: 0;
   float: left;
   box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
   -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
   -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
   width: 180px;
   z-index: 99999;
}

#div4 > div > ul > li {
   background:url("images/tab_1.png") no-repeat scroll 0 0 transparent;
   float: left;
   font-size: 14px;
   font-weight: bold;
   margin-right: 2px;
   position: relative;
   text-align: center;
   text-decoration: none;
   width: 100px;
   z-index: 1;
}

#div4 ul ul li {
   min-width: 180px;  
   text-align: right; 
}

#div4 ul ul ul {
   left: 100%;
   top: 0;
}

#div4 ul ul a {
   background: #eee;
   height: auto;
   line-height: 1em;
   padding: 10px;
   width: 160px;
}

#div4 li:hover > a {
   color: #666;
}

#div4 ul ul :hover > a {
   color: #000;
   background: #ddd;
}

#div4 ul li:hover > ul {
   display: block;
}


/* Secondary menu, div6 */
#access {
   margin: 0 auto;
   display: block;
}

#access .menu {
   font-size: 13px;
   margin-left: 12px;
}

#access .menu ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#access .menu li {
   float: left;
   position: relative;
   top: 1px;
}

#access a {
   display: block;
   text-decoration: none;
   color: #fff;
   padding: 0 10px;
   line-height: 38px;
}

#access ul ul {
   display: none;
   position: absolute;
   top: 38px;
   left: 0;
   float: left;
   box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
   -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
   -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
   width: 180px;
   z-index: 99999;
}

#access ul ul li {
   min-width: 180px;   
}

#access ul ul ul {
   left: 100%;
   top: 0;
}

#access ul ul a {
   background: #336699;
   height: auto;
   line-height: 1em;
   padding: 10px;
   width: 160px;
}

#access li:hover > a,
#access ul ul :hover > a {
   color: #fff;
   background: #6699cc;
}

#access ul li:hover > ul {
   display:block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
   color: #ffff00;
}
/**-- search ---------------------------------------------------------------- */
#search {
   float: right;
   margin-right: 15px;
}

/**-- content ---------------------------------------------------------------- */

#content h1, 
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
   text-transform: none;
   font-weight: bold;
   clear: both;
}

#content h1 {
   font: bold 16px Arial;
   color: #ad3f4e;
   margin: 0;
   width: 530px;
   height: 27px;
   background: url(images/content_top.png);
}

#content h2 {
   font: bold 16px Arial;
   color: #ad3f4e;
}

#content h5 {
   font-size: 14px;
   margin: 15px 0 10px 0;
}

#content h6 {
   font-size: 12px;
   margin: 15px 0 10px 0;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter  {
   margin-bottom: 12px;
}

#content .alignleft, 
#content img.alignleft {
   display: inline;
   float: left;
   margin-right: 15px;
   margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#content .alignright,
#content img.alignright {
   display: inline;
   float: right;
   margin-left: 15px;
   margin-top: 4px;
}

#content p, 
#content ul, 
#content ol, 
#content dd, 
#content pre, 
#content hr {
   margin-bottom: 15px;
}

#content .post,
#content .hentry {
   clear: both;
}
#content h2, 
#content h2 a {
   font-size: 20px;
   text-decoration: none;
}

#content .entry-meta,
#content .entry-meta a,
#content .entry-utility,
#content .entry-utility a {
   color: #888888;
}

#content .entry-meta {
   margin-bottom: 20px;
}

#content .entry-utility {
   line-height: 18px;
}

#content .navigation {
   line-height: 1.5em;
   overflow: hidden;
   clear: both;
}

#content #nav-below {
   margin: 0;
}

#content .nav-previous {
   float: left;
   text-align: right;
   width: 50%;
}

#content .nav-next {
   float: right;
   text-align: right;
   width: 50%;
}

#content .edit-link {
   clear: both;
}

/** -- wp-pagenavi -- */
.wp-pagenavi {
   clear: both;
   margin-bottom: 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
   text-decoration: none;
   border: 1px solid #BFBFBF;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   padding: 4px 7px;
   margin: 2px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
   border-color: #000;
}

.wp-pagenavi span.current {
   font-weight: bold;
}

.wp-pagenavi span.pages {
   float: right;
}

/** -- Comment -- */
#comments {
   clear: both;
}

.commentlist {
   list-style: none outside none;
   margin: 0;
   padding: 0;
}

.commentlist li.comment {
   border-bottom: 1px solid #E7E7E7;
   line-height: 15px;
   margin: 0 0 15px;
   padding: 0 0 0 56px;
   position: relative;
}

.commentlist li.bypostauthor {
   background-color: #f5f5f5;
}

.commentlist .even {
}

.commentlist li:last-child {
   margin-bottom: 0;
}

.commentlist .avatar {
   left: 0;
   position: absolute;
   top: 4px;
}

.comment-meta {
   font-size: 12px;
   margin: 0 0 15px;
}

.comment-meta a:link,
.comment-meta a:visited {
   color: #888888;
   text-decoration: none;
}

.reply {
   font-size: 12px;
   padding: 0 0 24px;
}

/** Comments form */
#respond {
   overflow: hidden;
   position: relative;
   margin-bottom: 15px;
}

#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url,
#respond p.comment-form-comment {
   margin: 0;
}

#respond .comment-notes {
   margin-bottom: 1em;
}

.form-allowed-tags {
   line-height: 1em;
}

.children #respond {
   margin: 0 48px 0 0;
}

.commentlist .children {
   list-style: none outside none;
   margin: 0;
   padding-left: 0;
}

#comments-list #respond {
   margin: 0 0 18px 0;
}

#comments-list ul #respond {
   margin: 0;
}

#cancel-comment-reply-link {
   font-size: 12px;
   line-height: 18px;
   font-weight: normal;
}

#respond .required {
   color: #FF4B33;
   font-weight: bold;
}

#respond label {
   color: #888;
   font-size: 12px;
}

#respond input {
   margin: 0 0 9px;
   width: 98%;
}

#respond textarea {
   width: 98%;
}

#respond .form-allowed-tags {
   color: #888;
   font-size: 12px;
   line-height: 18px;
}

#respond .form-allowed-tags code {
   font-size: 11px;
}

#respond .form-submit {
   margin: 12px 0;
}

#respond .form-submit input {
   width: auto;
   font-size: 14px;
}

.comment-reply-link {
   padding-left: 8px;
   display: inline-block;
   margin-right: 5px;
   text-decoration: none;
   color:#FFF;
}
.comment-reply-link span {
   color: #FFF;
   display: block;
   padding: 4px 12px 5px 5px;
}

/** footer **/
#footer {
   margin-bottom: 20px;
   overflow: hidden;
}

#footer .div1 {
   width: 180px;
}

#footer .div2 {
   width: 300px;
}

#sidebar-footer {
   float: left;
   margin: 0 15px 0 0;
   width: 645px;
}















#main
{
	margin-top: 10px;
}

#nav
{
	height: 62px;
	width: 100%;
	margin-top: 25px;
}

#main_nav
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	direction: RTL;
	color: #fff;
}

#main_nav li.active
{
	float: right;
	background-image: url(images/nav_main_bg.png);
	height: 37px;
	margin: 0;
	margin-left: 5px;
	display:inline;
}

#main_nav li
{
	float: right;
	height: 37px;
	margin-right: 5px;
	margin-left: 5px;
	display:inline;
}

#main_nav li a
{
	text-decoration: none;
	color: #555;
	font: 14px Arial;
	line-height: 43px;
	font-weight: bold;
}

#main_nav li a:hover
{
	text-decoration: underline;
	color: #000;
}

#main_nav li.active a
{
	text-decoration: none;
	color: #fff;
	font: 14px Arial;
	line-height: 42px;
	font-weight: bold;
	vertical-align: top;
}

#main_nav li.active a:hover
{
	text-decoration: underline;
}

/* SUB_NAV */

#sub_nav
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	direction: RTL;
	color: #fff;
	margin-right: 5px;
}

#sub_nav li.active
{
	text-decoration: underline;
	display: inline;
}

#sub_nav li
{
	float: right;
	height: 37px;
	margin-right: 5px;
	margin-left: 5px;
	color: #bc7882;
	display: inline;
}

#sub_nav li a
{
	text-decoration: none;
	font: 12px Arial;
	line-height: 33px;
	font-weight: bold;
	color :#fff;
}

#sub_nav li a:hover
{
	text-decoration: underline;
}

#sub_nav li.active a
{
	text-decoration: underline;
}

#sub_nav li.active a:hover
{
	text-decoration: underline;
}

.widget-title
{
	background-image: url(images/cube_top.png);
	height: 29px;
	width: 207px;
	color: #fff;
}

.inner-title
{
	padding-top: 4px;
	padding-right: 5px;
	float: right;
}

.cube
{
	width: 207px;
	background-image: url(images/cube_bg.png);
	margin-bottom: 10px;	clear: both;
}

.cube h3
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.cube input[type=text], .cube input[type=email], .cube textarea
{
	border: 1px solid #d0d0d0;
	background-color: #fff;
	color: #000;
	width: 180px;
	font: 12px Arial;
	margin-bottom: 5px;
	padding: 3px;
	direction: RTL;
}

.cube textarea {
	height: 60px;
}

.cube input[type=submit]
{
	clear:both;
	border: 0;
	width: 187px;
	border: 1px solid #bbb;
	margin-top: -10px;
}

.cube .wpcf7-validation-errors {
	border: 0 !important;
	
}

.cube .wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
}

.cube .ajax-loader {
	position: absolute;
	margin-right: -20px;
}

.cube ul
{
	margin: 0;
	padding: 0;
	margin-top: -1px;
	width: 205px;
	margin-right: 1px;
}

.cube li
{
	margin: 0;
	list-style-type: none;
	direction: RTL;
	background-image: url(images/cube_li_bg.png);
	font: 14px Arial;
	line-height: 24px;
}

.cube li a
{
	display: block;
	background-image: url(images/cube_li_bullet.png);
	background-repeat: no-repeat;
	background-position: 190px 9px;
	padding-right: 20px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

.cube li a:hover
{
	text-decoration: underline;
	color: #d31c24;
}

.entry-content
{
	padding: 15px;
   min-height: 3010px;

}

/*dsadsad

/* TC */
#slider1 
{
	width: 100%;
	height: 100%;
	overflow:hidden;
	padding: 0 0 0px;
}

#slider1 .viewport
{
	float: left;
	width: 530px;
	height: 252px;
	overflow: hidden;
	position: relative;
}

#slider1 .buttons {
	background:url("images/buttons.png") no-repeat scroll 0 0 transparent;
	display: block;
	margin: 30px 10px 0 0;
	background-position: 0 -38px;
	text-indent: -999em;
	float: left;
	width: 39px;
	height: 37px;
	overflow: hidden;
	position: relative;
 }
 
#slider1 .next
{
	background-position: 0 0;
	margin: 0 0 0 0px;
}
 
#slider1 .disable
{
	visibility: hidden;
}

#slider1 .overview
{
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 530px;
	left: 0 top: 0;
}

#slider1 .overview li
{
	float: left;
	margin: 0 0 0 0;
	height: 252px;
	width: 530px;

}

#slider1 .overview li a
{
	color: #fff;
}

#slider1 .pager_wrap
{
	width: 208px;
	height: 40px;
	position: absolute;
	z-index: 9999;
	top: 210px;
	left: 12px;
}

#slider1 .pager 
{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	left: 7px;
	height: 25px;
	color: #fff;
}

#slider1 .pager li
{
	list-style-type: none;
	float: left;
	margin-right: 5px;
}

#slider1 .pagenum
{
	background: url(images/upper_part_coin.png) no-repeat;
	padding-left: 6px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	font: bold 15px Arial;
	color: #fff;
	text-decoration: none;
}

#slider1 .pagenum:hover
{
	background: url(images/upper_part_coin_active.png) no-repeat;
	color: #15466d;
}

#slider1 .active
{
	background: url(images/upper_part_coin_active.png) no-repeat;
	color: #15466d;
}

#flexipages-5 ul li{
	background: none;
}

#flexipages-5 ul li a{
	background: none;
	padding-right: 5px;
	border-bottom: 1px solid #ddd;
}

#flexipages-5 ul li a:hover{
	text-decoration: none;
	color: #760000;
}

.srp-widget-singlepost{
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.srp-widget-title-link
{
	font-weight: bold;
}

.srp-widget-title-link a
{
	text-decoration: none;
	font-weight: bold;
}

.srp-widget-title-link a:hover
{
	text-decoration: none;
	color: #760000;
	font: bold 14px Arial;
}

.srp-widget-thmb
{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.srp-widget-singlepost a{
	background: none;
	color: #000;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.srp-widget-singlepost a:hover{
	text-decoration: none;
	color: #760000;
}

.left_thumbs
{
	margin: 5px;
	width: 55px;
	height: 45px;
	float: right;
}

.cube ul li ul li
{
	width: 185px;
}

.cube ul li ul li a
{
	display: block;
	margin-right: -1px;
	background-image: none;
	background-color: #e0e3d6;
	border-bottom: 1px solid #fff;
	padding-right: 20px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	width: 185px;
}

.wp-caption-text
{
	text-align: center;
	font: bold 12px Arial;
	font-style:italic;
}

#alo_easymail_widget_form
{
	padding: 5px;
	width: 197px;
}

.spe_div
{
	direction: rtl;
	text-align: right;
	padding: 5px;
}

.srp-widget-container
{
	padding: 5px;
}

#spe_Holder
{
	padding-right: 10px;
	padding-left: 10px;
}
#scroll  {	position: relative;}
.spe_div a
{
	color: #000;
	text-decoration: none;
	width: 112px;
    display: inline-block;
    float: left;
}

.spe_div a:hover
{
	color: #d31c24;
}

#thethe-togle-content-1377 {
	height: 300px !important;
}#alo-easymail-widget-3 h3 img {	display: none;}
.footer_inner {	width: 982px;	position: absolute;	left: 50%;	margin-left: -491px;}
