/* 
=================================================
# Filename : reset.css
# Description : CSS rules to reduce browser inconsistencies based on meyerweb CSS reset
=================================================
*/

html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul,ol,li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
a {	
	outline-width: 0; 
	} /* remove firefox image link outline */
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	}
blockquote, q {
	quotes: none;
    font-style: italic;
    font-size: 120%;

}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-spacing: 0;
}
abbr, acronym, fieldset, img{
	border:0
	}

p, fieldset{
	margin: 1em 0;
}

html {
	height: 100%;
	margin-bottom: 1px; /* force vertical scrollbar */}
.clrfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clrfix {
	clear: both; 
}
 /*
=================================================
# Filename : general.css
# Description : General CSS rules  
# Author : TemplatePlazza
# Author Url : http://www.templateplazza.com
# Copyright (C) 2010 TemplatePlazza.com
# All rights reserved.
=================================================
*/
form {
	display:inline;
	margin:0; padding:0; 
}   
h1{
	font-weight:normal;
	font-size:24px;
	color:#666;
}
h2{	font-weight:normal;
	font-size:16px;
	color: #666;
}
h3{
	font-weight: normal;
	font-size:18px;
	color:#FF9715;
}
h4{
	font-weight:normal;
	font-size:13px;
}
h5{
	font-weight:normal;
	font-size:14px;
}
img {
	border:none;
}
ol{
	margin-left:40px;
}

pre {
}

hr {
    height:1px;
    background-color:#CCC; 
    color:#CCC; 
    border: #CCC; 
}

.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000;
font-weight:700;
background: url(images/error.png) no-repeat;
padding-left: 20px;}

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(imagesj_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(imagesj_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(imagesj_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(imagesj_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(imagesj_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(imagesj_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(imagesselector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(imagescalendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

.totprice, .totalcart, .showcart, .topproduct {background-image: url(http://localhost/restoplazza/templates/resto_plazza/images/bgboxred.png) !important;}/* 
=================================================
# Filename : joomla.css
# Description : Joomla Sepecific CSS rules
=================================================
*/

/* joomla css */
.contenttoc{
	float: right;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.contenttoc td, .contenttoc th{
	font-size: 90%;
	padding: 0.3em 1em;
	border-right: 1px solid #f0f0f0;

}
.contenttoc th{
	color: #4b4b4b;
	text-align: left;
	font-size:100%;
	background-color: #eeeeee;
}
.contentpane{
	text-align:left;
}
.contentpaneopen ul { 
	margin-left:20px;}
.contentpane ul { 
	margin-left:20px;}
table.contentpaneopen, table.contentpane, table.blog{
	width:100%;
}
table.contentpane td {
	width:auto;
}

.contentpane li, .contentpaneopen li {
	padding:0.5em 0.5em;
    list-style-image: url(images/list.gif);
}
table.blog td {

}
.contentpaneopen fieldset{
	width:100%;
	border:none;
}
.contentpaneopen td {
}

.buttonheading {

    border-left: none;
    border-right: none;
   padding: 0;
   height: 50px;
   background: #000;
   line-height: 70px;
}
.buttonheading  span {
    line-height: 70px;
    text-transform: uppercase;
    margin: 0;
    display: block;
    float: right;
    padding: 0 10px;

    
}
td.contentdescription {
	width:100%;
	padding:10px 0;}

a.category{
	padding-top:10px;
	font-weight:700;
	}
.createdate, .small, .created-date, .modifydate, .author,
td.createdate, td.created-date, td.modifydate, td.author, td.small{
	font-size: 10px;
	color: #afafaf;
	line-height: normal;
}


span.article_separator {
	height:10px;
	width:100%;
	display:block;
}
.highlight { 
	background-color: #009900;
	color:#F9E5BB;
}
.mosimage {
	margin:5px;
	padding:5px;
}
.mosimage_caption {
	padding:3px 2px;
	color:#666;
	font-size:10px;
	border-top:1px solid #ccc;
}
.contentpaneopen img { margin:10px;}
.contentpane img { margin:10px;}
.inputbox {
	border:2px solid #303030;
	color:#666;
	padding:4px 5px 2px 5px;
	margin:2px 0;
}
.inputbox:hover,
.inputbox:focus,
.inputbox:active{
	border:2px solid #999;}
#mod_login_remember{
	border:none;
	background:none;
}
#modlgn_username{
	font-family:Optima, Arial,Verdana,   Tahoma;
	color:#CCCCCC;
	font-size:11px;
	height:16px!important;
	height:18px;
	width:100px;
	background:url(images/unamebg.png) no-repeat;
	padding-left:25px;
	margin-right:5px;
	border:1px solid #ccc;
}
#modlgn_passwd{
	font-family:Optima, Arial,Verdana,   Tahoma;
	color:#CCCCCC;
	font-size:11px;
	height:16px!important;
	height:18px;
	width:100px;
	background:url(images/pwdbg.png) no-repeat;
	padding-left:25px;
	margin-right:5px;
	border:1px solid #ccc;
}

#mod_login_remember{
	border:none;
	background:none;
	margin:0;
	float:left;
	margin-right:5px;
}
#modlgn_username:hover,
#modlgn_username:focus,
#modlgn_passwd:hover,
#modlgn_passwd:focus {
	border:1px solid #666;
}
div.search-nobox .button-nobox,
div.search .button {
    text-align: center;color: #f0f0f0;	
	border:1px solid #303030;
	margin:3px 0;
	font-weight:400;
	line-height: normal;
	height: auto;
	text-transform:uppercase;
	letter-spacing:-1px;
    background:#303030;
    padding: 10px;        
}
#mod_search_searchword {
    padding: 10px;
    text-align: left;color: #333;	
	border:2px solid #303030;
	margin:3px 0;
	font-weight:400;
	line-height: normal;
	height: auto;
	letter-spacing:-1px;
    color: #333;

    padding: 10px;    
}
#mod_search_searchword:hover,
#mod_search_searchword:focus {
}

td.sectiontableheader a {
	color:#666;}
.sectiontableheader td,
td.sectiontableheader {
	font-weight:700;
	padding:5px;
	color:#666;
	margin-bottom:5px;
	background:#DDD;
	}
td.sectiontableentry1 {
	padding:5px;
	text-align:left;
	border-bottom:1px solid #c4c4c4;
}
td.sectiontableentry2 {
	padding:5px;
	text-align:left;
	border-bottom:1px solid #c4c4c4;
}
.sectiontableentry1 td {
	padding:5px 5px 10px 5px;
	text-align:left;
	background: #f0f0f0;
}
.sectiontableentry2 td{
	padding:5px 5px 10px 5px;
	text-align:left;
}
.sectiontableentry1 label{
	padding-left:5px;
	text-align:left;}
.sectiontableentry2 label {
	padding-left:5px;
	text-align:left;}
.latestnews a:hover {}
li.latestnews  a ,li.mostread  a{}
li.latestnews a:hover,li.mostread a:hover {}
li.latestnews a:visited,li.mostread a:visited{}
.pagenavbar a:link, .pagenavbar a:visited, .pagenavbar a:active{
	display: block;
	width: 75px;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 10px;
	margin-top: 20px;
	background:#FFFFFF;

}



.blog td{
	padding-right: 5px;
}

.blog_more{
	background-color: #f0f0f0;
}

.blog_more a:link, .blog_more a:visited, .blog_more a:active{
	text-decoration: none;
}

.blog_more a:hover{
	text-decoration: underline;
}

.blog_more div strong{
	color: #fff;
    text-transform: uppercase;
}

.blogsection{
}
.leading_article{
	margin: 0px;
	margin-bottom: 20px;
    background:url(images/bgleadarticle.png) bottom #fff;   
}

.leading_article .article_separator{
	display: none;
}
.leading_article .contentheading {
	padding-bottom:10px;}
.leading_article .heading_content{

}

.leading_article_inner *,
.leading_article_inner .contentheading,
.leading_article_inner .contentheading a.contentpagetitle{
    color:#FFF;
}
.leading_article_inner .contentheading a.contentpagetitle:hover {
    color: #CCC;
}
.loclink{
}

.main_article, td.main_article{
}

span.pathway { 
	font-size:11px;
    width: auto;
	height:37px;
	line-height:37px;
	text-align:left;
	padding:10px 0;
    text-transform: uppercase;
    color: #fff;
	}
.breadcrumbs {
    height: 37px;
    color: #333;
	}
span.pathway a:link,
span.pathway a:visited { 
	font-weight:bold;
    color: #ff0000;

}
ul#mainlevel li {
	list-style:none;
	list-style-image:none;
	margin-left:0;}
.contentpaneopen td,
.contentpaneopen td p,
.contentpaneopen td div,
.contentpaneopen a:link{
	text-align:left;
}
.pagecounter { 
   	font-size:10px;
     height:10px;
     margin: 0;
     float:left;
     display: none;
}
div.pagecounter br {
    display: none;
}
.pagination  span,
.pagination  a{

    line-height: 30px;
    height: 30px;
	padding:10px 10px 9px 10px;
	font-size:10px;
	text-transform:uppercase;
	font-family:Arial,Georgia, "Times New Roman", Times, serif;


	}
.pagination  span:hover,
.pagination  a:hover {
    background: #ccc;
} 
.paginationwrapper {
    margin: 0 0;
    background: #E0E0E0;
    padding: 0;
    height: 30px;
    line-height: 30px;
}
.paginationcounter {
    width: 80px;
    float: left;
    font-size:10px;
    font-family:Arial,Georgia, "Times New Roman", Times, serif;
    padding-left: 10px;
        line-height: 30px;
        background: #fff;
        text-transform: uppercase;
}
.paginationnumber {
    width:400px;
    float: left;
    line-height: 30px;
}
.pagenav,
.pagenav_next,
.pagenav_prev
 {
	text-align: center;
	color: #ccc;
	font-size:11px;
	font-weight:bold;
}
.pagenav:hover,.pagenav_next:hover,.pagenav_prev:hover {}
.pagenav_next a:hover,
.pagenav_prev a:hover {
    background: #ddd;
}
.pagenavcounter {
	font-weight:bold;
	margin-top:10px;
}
a.pagenav, a.pagenav:visited {

}
a.pagenav:hover {
	text-decoration:underline;
    background: #ddd;
}

.button{ 
	text-align: center;color: #f0f0f0;	
	border:1px solid #333;
	margin:3px 0;
	font-size:10px;
	font-weight:400;
	line-height:24px;
	height:24px;
	text-transform:uppercase;
	letter-spacing:-1px;
    background:#333;

	}
.button:hover , .button:focus {
	border:1px solid #000;
	background-image:none;
	background:#000000;
	line-height:24px;
	color: #fff;
	cursor: pointer;
}
.back_button  {
	text-align: center;
	padding:2px 5px;
	font-weight:bold;
}
.back_button a:hover { 	
	text-decoration:underline;
}
#login li {
	list-style:none;}	
.bannerheader {
	font-style:italic;}
.banneritem,
.banneritem-blue,
.banneritem-red,
.banneritem-yellow,
.banneritem_text {
	padding: 4px;
	font-size:90%;
}
.banneritem a,
.banneritem-blue a,
.banneritem-red a,
.banneritem-yellow a,
.banneritem_text a {
	font-weight:700;}
.bannerfooter,
.bannerfooter-blue,
.bannerfooter-red,
.bannerfooter-yellow,
.bannerfooter_text  {
	padding: 4px;
	font-size:80%;
	text-align: right;
}

.contentheading,td.contentheading{
	font-weight:700;
	color: #635F5F;
	text-align:left;        

	}
.componentheading {
	color: #222;
	font-weight:700;
	padding: 20px 5px 10px 0;
	}
ul#mainlevel {
	margin:0;
	padding:0;
}
a.mainlevel:link, a.mainlevel:visited {
	line-height:20px;	
	display:block;
	text-decoration:none;
	color: #666;
	font-weight:400;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #f0f0f0;}
a.mainlevel:hover,
a.mainlevel#active_menu {
	text-decoration:none;
	color:#ff0000;
}
a.mainlevel#active_menu {
	background:#FFFFFF;
	color:#666666;
	border-bottom:none;}
a.sublevel:link, a.sublevel:visited {
	display:block;
	text-decoration:none;
	padding:0 20px 0 0;
	color: #666;
	font-weight:400;
	padding-left:0px;
	border:none;

}
a.sublevel:hover {
	color:#000000;	
}
ul.menu li {
	list-style:none;
	margin-left:0;
	border-bottom:1px solid #f0f0f0;
}
ul.menu li li {
	margin-left:0px;
}
ul.menu li li a {
	color: #666;
	padding-left:15px;
}
ul.menu ,
ul.menu ul,
ul.menu ul ul{
	margin:0;
	padding:0;
}
ul.menu li { list-style-image: none;}
ul.menu li a,
ul.menu li#current a{
	line-height:20px;	
	display:block;
	text-decoration:none;
	color: #666;
	font-weight:400;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	
}
ul.menu li#current a {
	color:#ff0000;
	font-weight:700;}
ul.menu li a:hover {
	text-decoration:none;
	color:#ff0000;
	}
ul.menu li ul {
	margin-right:8px;
}
ul.menu li li a ,
ul.menu li#current li a
{background: url(images/bgsubmenu.gif) no-repeat left;
}
ul.menu li li#current a {
	background: url(images/bgsubmenu.gif) no-repeat left;
}
ul.menu li#current li a:active,
ul.menu li#current li a:hover,
ul.menu li li a:hover {
	background: url(images/bgsubmenu.gif) no-repeat left;
	}
ul#mainlevel-nav {       
	list-style : none;
	margin:0;
	padding:0; 
}
ul#mainlevel-nav li {
	display:inline;
	font-weight : normal;
	text-align : right; 
	list-style : none;
	float:right;
padding-left:5px;	
} 
#mainlevel-nav a{
	color:#666;}
a:link {
	color: #E9AE74;
	text-decoration:none;
}
a:visited {
	color: #999999;
	text-decoration:none;
	}
a:hover{
	color: #ff0000;
	text-decoration:none;
}
.pagenav_next a {
}
.pagenav_prev a {
}
.back_button a {
}
span.modifydate,
td.modifydate,
.modifydate{
	padding:5px 0 ;
	font-weight:normal;
	width:100%;
	text-align:right;
	color:#C38376;
	font-size:90%;
}
ul.latestnews li,
ul.mostread li{
    padding: 0 0 3px 20px;
	margin-left:5px;
	text-align:left;
	list-style:none;
    background: url(images/star.gif)  0 5px no-repeat;
    border-bottom: 1px solid #ccc;
}

/* System Messages*/

#system-message{
	font-family: Arial,Tahoma, Calibri,sans-serif;
	font-size: 16px;
	padding: 10px;
	cursor: pointer;
    background: url(images/closealert.png) no-repeat top right #ff0000;
    margin-bottom: 10px;

}

#system-message div, #system-message dt, #system-message dd, #system-message ul, #system-message dd ul, #system-message dt ul{
	font-family:  Arial,Tahoma,Calibri,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
	border: none;
	background: none;
	margin-bottom:5px;
}

#system-message ul, #system-message li{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-transform:none;
}

#system-message dt.error,
#system-message dt.message{
	font-weight: bold;
	
}

#system-message li{
	list-style: none;

}

#system-message dd.error ul{
	background: none;
	border: none;
	color: #fff;
}
.hastip{

}


/* 
=================================================
# Filename : template.css
# Description : Template Sepecific CSS rules
# Author : TemplatePlazza
# Author Url : http://www.templateplazza.com
# Copyright (C) 2010 TemplatePlazza.com
# All rights reserved.
=================================================
*/

/*mootips*/
.tool-tip {
	float: left;
	border: 1px solid #111111;
	padding: 5px;
	background: #212121 ;
	max-width: 200px;
}
.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
	color:#FFFFFF;
	border-bottom:1px solid #666666;
	text-align:right;
}
.tool-text {
	margin: 0;
	font-size: 90%;
	line-height:normal;
	color:#FFFFFF;
	padding:10px;
}	
 /* 
=================================================
# Filename : modules.css
# Description : Specific Modules css setting including module suffixes
# Author : TemplatePlazza
# Author Url : http://www.templateplazza.com
# Copyright (C) 2010 TemplatePlazza.com
# All rights reserved.
=================================================
*/

/* general moduletable setting */
div.moduletable div.moduletable_inner h1,
div.moduletable div.moduletable_inner h2,
div.moduletable div.moduletable_inner h3,
div.moduletable div.moduletable_inner h4,
div.moduletable div.moduletable_inner h5,
div.moduletable div.moduletable_inner h1 *,
div.moduletable div.moduletable_inner h2 *,
div.moduletable div.moduletable_inner h3 *,
div.moduletable div.moduletable_inner h4 *,
div.moduletable div.moduletable_inner h5 * {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height:110%!important;
    background-image: none !important;
    background-color: transparent !important;
    font-size:120% !important;
    font-weight:700 !important;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
    border: none!important;
    color: #666;
    text-align: left;
}

div.moduletable-nobox * {
	padding:0;
	margin:0;} 

.moduletable_inner,
.moduletable_inner *,
.moduletable_inner_tpmenu,
.moduletable_inner_tpmenu *  {
	line-height:1.6;
    
}
.strong_moduletable_title {
	font-weight:400;
    text-transform: lowercase;
    display: block;
    font-size: 60%;
    text-transform: uppercase;
	}
div.moduletable-nobox .moduletable_inner h3,
div.moduletable-nobox h3,
div.moduletable_text .moduletable_inner h3,
div.moduletable_text h3
 {
	font-size:10px;
	color:#FF9715;
	text-transform:uppercase;
	background-image:none;
	background-color:transparent;
    margin: 10px 0;}

div.moduletable_inner img {
	margin:0 5px;}
div.moduletable-nobox .moduletable_inner img {
	margin:0;
    padding: 0;}	

 td,p,div,tr, form, input{
    color: #222;
	}
/* ===== BODIES ===== */
.tpbodies {
	padding:0;
	margin: 0;
	font: 13px Arial, Helvetica, Garuda, sans-serif;
		background:url('images/bgbody.jpg' ) fixed no-repeat #000000; 
	


	/* *font-size: small;
	*font: x-small; */ /*ie fix*/
 }
/* ===== WRAPPER ===== */
#tpwrapper-global {
	}
#tpwrapper-page {
	padding-bottom:0;
	text-align:left;
	width:861px;
    margin-left: 132px;

	}
#tpwrapper-page-inner {
 
	}
#tpwrapper-right {
	}
#tpwrapper-inner-left {

	}
#tpwrapper-inner-right {
	}
#tpwrapper-footer-wrapper{
background:url('images/stripe.png') no-repeat top  right;
padding-top: 30px;;
    display: block;
    border-bottom: none;
    width: auto;
    margin-bottom: 30px;
    width:860px;
	}     
#tpwrapper-footer {
	margin:30px 0;
    padding:10px 15px ;
    
	}
#tpwrapper-footer * {
	font-size:11px;
    color: #666;
    text-transform: uppercase;}
 #tpwrapper-footer a {
    font-weight: 700;
 }
/* ===== BLOCKS RESET ===== */
#tpblock-head,
#tpblock-tpmenu,
#tpblock-top,
#tpblock-left,
#tpwrapper-right,
#tpblock-bot,
#tpaccordion {
	margin-bottom:30px;
	}


/* ===== BLOCK HEAD ===== */
#tpblock-head {
    width: 100%;
	height:159px;
    top: 0;

	}
.tpblock-head-inner{
    min-width:860px;
    padding: 30px 0;
        background:url('images/stripe.png') no-repeat bottom  right;

	}
#tpdiv-logo-wrp {
    width:600px;
    float:left;

}
#tpdiv-logo {	
	background:url('images/logo.png') no-repeat left top;
    float:right;


    }
 #tpdiv-logo h1 {
    line-height: normal;
    padding: 0;
    margin: 0;
 }
#tpdiv-logo h1 a{
	display:block;
	text-indent:-9000px;
    width:600px;
    height: 135px;

	}
#tpmod-user4 {
    float:right;
    
}
/* ===== BLOCK TPMENU ===== */
#tpblock-tpmenu {

   /* float:right; */
   float: left ;
   width: 90px;
   border: 1px solid #303030;
   border-top:none;
   position: fixed;
   margin-left: 20px;
   background: #000;
   left: 0;
   padding-top: 100px;
   padding-bottom:0;

   
/*	box-shadow: 0px 1px 3px rgba(240,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=120, Strength=3);


-moz-border-radius-bottomleft :6px; 
-webkit-border-bottom-left-radius :6px;
-moz-border-radius-bottomright :6px;
-webkit-border-bottom-right-radius :6px;
border-bottom-right-radius :6px;
border-bottom-left-radius :6px; */

    }
#tpmod-user8 {

}
#topbadge {
       position:fixed;
           float: left ;
   width:133px;
        background: url(images/topbadge.png) no-repeat bottom center;
        display: block;
        height: 115px;
        z-index: 9999999999999;
        left: 0;
}

#tpmod-breadcrumb {
    display: block;
    padding:0  30px 0 30px;
    background: #000;
    margin-bottom: -1px;
    color: #FFF;
}

/* ===== BLOCK TOP ===== */
#tpblock-top {
    margin: 0 auto 30px auto;
    position: relative; /* put this here on the container, NOT the column! */
	overflow: hidden;
	zoom: 1;
    background: #fff;
    border-left: 1px solid #303030;
    border-bottom: 1px solid #303030;
}
#tpblock-top-inner {

     margin: 0 auto;


}
#tpblock-top-inner-inner{
}
#tpmod-user11, #tpmod-user12 , #tpmod-user13,#tpmod-user14 {
	float:left;
        padding-bottom: 99999px;
	margin-bottom: -99999px;
    background: url("images/linebot.png") right top repeat-y;    
}

#tpblock-top .moduletable_inner {
    background:none;
}

#tpmod-user11 {
	width:860px;

}
#tpmod-user12 {
	width:860px;

}
#tpmod-user13 {
	width:860px;

}
#tpmod-user14 {
	width:860px;

}

/*# tpblock-top hack for mootab*/
#tpblock-top  #mootabs_handles4,
#tpblock-top  #mootabs_handles3,
#tpblock-top  #mootabs_handles2,
#tpblock-top  #mootabs_handles1
 {
        background-image: none;
        border: none;
        background: #333333;
                                                     

}
.mootabs {
    background: #e7e7e7; 
  padding:30px;  
  margin-bottom:30px;

}
#tpblock-top #mootabs_handles1 {
    margin:-30px -30px 30px -30px;
    padding: 10px 5px 4px 5px;
}
#tpblock-top #mootabs_handles2 {
    margin:30px -30px -30px -30px;
    padding: 0 5px 10px 5px; 
}
#tpblock-top  #mootabs_handles3 {
   margin:30px -30px -30px -30px;
    padding: 0 5px 10px 5px; 
}
#tpblock-top  #mootabs_handles4 {
   margin:30px -30px -30px -30px;
    padding: 10px 5px 10px 5px; 
}
#tpblock-top .mootabs_innerbox,
#tpblock-top .mootabs_innerbox * {
    text-align: left;
    padding: 0px;        

}
#tpblock-top .mootabs_buttons1 span,
#tpblock-top .mootabs_buttons2 span,
#tpblock-top .mootabs_buttons3 span,
#tpblock-top .mootabs_buttons span{
    padding: 7px 5px 7px 5px;
    color:#fff ;
    font-size: 11px;
    letter-spacing: 0;


  
  }
#tpblock-top .mootabs_buttons1 span.active,
#tpblock-top .mootabs_buttons2 span.active,
#tpblock-top .mootabs_buttons3 span.active {
    color:#333;        
}

.mootabs_buttons1 span.active, .buttons span:hover,
.mootabs_buttons2 span.active, .buttons span:hover,
.mootabs_buttons3 span.active, .buttons span:hover
{background:#E7E7E7;color:#333;}

/*# tpblock-top hack for accordion*/
.tpaccordiontoggler, .tpaccordiontoggler-active {
	background:url(extensions/accordion/images/bgaccordion.png) #CCC 100% 42px;}
 

/* for tpblocktoptype param = 2 * 1/2 */
#tpblock-top-innerleft {
	float:left;
	width: 860px;
}
#tpblock-top-innerright {
	float:right;
	width: 860px;
}

/* for tpblocktoptype param = 2 * 1/2 */
#tpblock-bot-innerleft {
	float:left;
	width: 430px;
}
#tpblock-bot-innerright {
	float:right;
	width: 430px;
}


/* ===== BLOCK LEFT ===== */
#tpblock-left {
	width:170px;
	float:left;
    border-left: 1px solid #303030;
	}
#tpmod-left {
	float:left;
    width:170px;
    border-top:1px solid #303030;
    
    

    }

/* ===== BLOCK RIGHT ===== */
#tpwrapper-right {
	width:860px;
	float:right;
        
    
	}
#tpwrapper-right-inner {


 }
#tpwrapper-inner-left {
	width:860px;
	float:left;
	}
#tpwrapper-inner-right {
	width:190px;
	float:right;}
#tpmod-right {
    width:190px;
	float:right;
    border-top:1px solid #303030;
}

/* ===== BLOCK TOPBODY ===== */

#tpblock-topbody {

    
    
    }
.tpblock-topbody-inner {



}
#tpmod-user1 {
	float:left;
	width: 860px;
}
#tpmod-user2 {
	float:right;
	width: 860px;
}

/* ===== BLOCK MIDTOPBODY ===== */
#tpblock-midtopbody {
}
#tpmod-advert1 {
	float:left;
	width: 860px;
}
#tpmod-advert2 {
	float:right;
	width: 860px;
}


/* ===== BLOCK MAINBODY ===== */
#tpblock-mainbody {
    background: #fff;}
#tpblock-mainbody-inner {
    border: 1px solid #303030;
   	/* box-shadow: 0px 1px 3px rgba(240,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=120, Strength=3); 


-moz-border-radius :6px; 
-webkit-border-radius :6px;
border-radius :6px;
*/
padding: 30px;
}



/* ===== BLOCK MIDBOTBODY ===== */
#tpblock-midbotbody {
}
#tpmod-advert3 {
	float:left;
	width: 860px;
}
#tpmod-advert4 {
	float:right;
	width: 860px;
}
/* ===== BLOCK BOTTOMBODY ===== */
#tpblock-botbody {
	margin-bottom:30px;}
#tpmod-user5 {
	float:left;
	width: 860px;
}
#tpmod-user6 {
	float:right;
	width: 860px;
}
/* ===== BLOCK BOTTOM ===== */
#tpblock-bot {
    background:#fff;
    position: relative; /* put this here on the container, NOT the column! */
	overflow: hidden;
	zoom: 1;
    border-bottom: 1px solid #303030;
    border-left: 1px solid #303030;
    border-top: 1px solid #303030;

}

#tpmod-user21, #tpmod-user22 , #tpmod-user23, #tpmod-user24 {
	float:left;
        padding-bottom: 99999px;
	margin-bottom: -99999px;
    background: url("images/linebot.png") right top repeat-y;  
    
}
#tpmod-user21 {
	width:215px;
	
}
#tpmod-user22 {
	width:215px;
}
#tpmod-user23 {
	width:215px;
}
#tpmod-user24 {
	width:215px;
}

/* ===== BLOCK FOOTERLEFTT ===== */
#tpblock-footerleft {
	float:left;
	width:50%;
    text-align: left;}
#tpblock-footerright {
	float:right;
	width:50%;
	}
/* ===== BLOCK FOOTERRIGHT ===== */

.tpmobile-switch {
    background: url("skeletons/skeleton1/images/bgmobile.png") center bottom;
    width: auto;
    text-align: center;
    height: 70px;
    padding-top: 10px;
    
}


/* ===== COM CONTENT OVERRIDE DATE ===== */
#tpblock-mainbody .componentheading {
    background: #212121;
    margin-left:-30px;
    margin-right:-30px;
    margin-top:-30px;
    margin-bottom:30px;
    padding: 30px;   
    color: #FFF;
}

a.readon
{
    background:#333;
    padding:10px 30px;
    text-align: left;
    color: #FFF;
    margin-bottom: 30px;
    font-size: 80%;
    text-transform: uppercase;

    
    
    }
a.readon:hover{
    background:#222;

}

.tp-tittle-date {
	float:left;
    overflow: hidden;
    display: block;
	font-family:Georgia,"Bitstream Charter","Century Schoolbook L","Liberation Serif",Times,serif;
    
}
.tp-tittle-year {
	float:left;
    overflow: hidden;
    display: block;
	font-family:Georgia,"Bitstream Charter","Century Schoolbook L","Liberation Serif",Times,serif;

    
}
.tp-tittle-date-date,
.tp-tittle-date-month ,
.tp-tittle-year-year {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    display: block;
    background: url("images/bgtitledate.png") no-repeat;
    color: #fff;
    padding: 5px 8px;
    margin-right: 5px;

}

.tp-tittle-date-date .cufon{
    padding-top: 0;
}
.tp-tittle-date-month .cufon {
    padding-top: 0;
}
.tp-authorline {
    padding-top: 10px;
    letter-spacing: 0;
}
.tp-authorline img {
    float: right;
}
.tpcontenttitle-icon {
    clear: right;
}
.tpcontenttitle-icon img {
    padding: 0;
    margin: 0;
    
}
.leading_article {
    margin-left: -30px;
    margin-right: -35px;
    margin-top: -30px;
}
.leading_article_inner {
	padding:30px;
    color: #FFF;    
}
a.contentpagetitle:link,
a.contentpagetitle:visited {
    color: #5a5656;
    padding: 0;
    margin: 0;
}
a.contentpagetitle:hover {
    color: #333;
}


/*mod tpnewsticker*/
ul#tpmoostick {
    margin-top: 8px;
}

/* ##### MODULES.CSS ##### */

div.moduletable ,
div.moduletable-red ,
div.moduletable-blue ,
div.moduletable-box ,
div.moduletable-boxred ,
div.moduletable-boxblue,
div.moduletable-badgenew,
div.moduletable-badgehot,
div.moduletable_menu,
div.moduletable_text
{
	margin:0 0 30px 0;
    background: #fff;
    /*padding: 30px;*/
    border: 1px solid #303030;    
   
	}
div.moduletable-nobox {
	background:none;
	border:none;
	padding:0;
	margin:0;
	}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable-red h3,
div.moduletable-blue h3,
div.moduletable-box h3,
div.moduletable-boxred h3,
div.moduletable-boxblue h3
{
	font-weight:400;
	color: #fff;
	font-size:18px;
	padding:0 ;
    margin: 0;
    display: block;
    text-transform: uppercase;
    text-align: left;
    background: url(images/stripe2.png) repeat-x bottom  #000;



	}
div.moduletable-badgehot h3,
div.moduletable-badgenew h3 {
    font-weight:400;
	font-size:18px;
	padding:10px 0 10px 0px;
	margin-top:0;
    text-transform: uppercase;
    text-align: left;
    margin: 0 ;
    display: block;
    background: url(images/clip.png) #756fe7 no-repeat top left
   
}
div.moduletable-badgehot h3 {
    background-color: #ff0000;
    color: #fff;

 }
div.moduletable-badgehot h3 .span_moduletable{
    background-image: none;
    text-align: right;
    color: #fff;
    text-shadow:1px 1px 1px #999 ;
 }
div.moduletable-badgehot .strong_moduletable_title {
    color: #fff;
 }
div.moduletable-badgenew h3 {
    color:#fff;
 }
div.moduletable-badgenew h3 .span_moduletable{
    background-image: none;
    text-align: right;
        color: #fff;
    text-shadow:1px 1px 1px #999 ;
 }
 div.moduletable-badgenew .strong_moduletable_title {
    color: #fff;
 }
.moduletable_inner {
	text-align:left;
  
    padding: 30px ;
    background: #fff;
}
div.moduletable_inner h3 {
    background-image:none;
}
div.moduletable-badgenew .moduletable_inner ,
div.moduletable-badgehot .moduletable_inner{
    margin-top: -15px;
}
div.moduletable-nobox .moduletable_inner {
    padding: 0;
    background: none;
    background-image: none;
    background-color: transparent;
    border: none;   
}
.span_moduletable {
    padding:30px ;
    display: block;
    color: #666;
    text-shadow: 0px 0px 3px #fff;

}

div.moduletable-nobox .span_moduletable {
    background-image: none;
}
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3
 {


}
div.moduletable-red h3 {
    color: #c10606;
        background-color: #ff0000;
}
div.moduletable-red h3 .span_moduletable{
    background-image: none;

    text-align: right;
        color: #fff;
    text-shadow:1px 1px 1px #999 ;
 }

div.moduletable-blue h3
 {
    color:#fff;
    background-color: #6058fa;
}
div.moduletable-blue h3 .span_moduletable{
    background-image: none;

    text-align: right;
        color: #fff;
    text-shadow:1px 1px 1px #999 ;
 }
div.moduletable-box h3 {
    color: #666;
     background-color: #333; 

}
div.moduletable-box .moduletable_inner {
    background: #000;

}
div.moduletable-box h3 .span_moduletable {
    color: #fff;
    text-shadow:1px 1px 1px #717173;
        background: url(images/peel.png) no-repeat top right;
}
div.moduletable-boxred h3 {
    background-color: #fb4646;  

}
div.moduletable-boxred h3 .span_moduletable {
    color: #fff;
    text-shadow:1px 1px 1px #C10C09;
        background: url(images/peel.png) no-repeat top right;
}
div.moduletable-boxred .moduletable_inner {
    background: #ff0000;

}
div.moduletable-boxblue h3 {
    background-color: #756fe7;

}
div.moduletable-boxblue .moduletable_inner {
    background: #6058fa;

}
div.moduletable-boxblue h3 .span_moduletable {
    color: #fff;
    text-shadow:1px 1px 1px #383e5b;
        background: url(images/peel.png) no-repeat top right;
}
div.moduletable-box .moduletable_inner,
div.moduletable-box .moduletable_inner *,
div.moduletable-boxred .moduletable_inner,
div.moduletable-boxred .moduletable_inner *,
div.moduletable-boxblue .moduletable_inner,
div.moduletable-boxblue .moduletable_inner *
{
    color: #fff;
    
}

#tpmod-left div.moduletable ,
#tpmod-left div.moduletable-red ,
#tpmod-left div.moduletable-blue ,
#tpmod-left div.moduletable-box ,
#tpmod-left div.moduletable-boxred ,
#tpmod-left div.moduletable-boxblue,
#tpmod-left div.moduletable-badgenew,
#tpmod-left div.moduletable-badgehot,
#tpmod-left div.moduletable_menu,
#tpmod-left div.moduletable_text  {
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 0;
}
#tpmod-right div.moduletable ,
#tpmod-right div.moduletable-red ,
#tpmod-right div.moduletable-blue ,
#tpmod-right div.moduletable-box ,
#tpmod-right div.moduletable-boxred ,
#tpmod-right div.moduletable-boxblue,
#tpmod-right div.moduletable-badgenew,
#tpmod-right div.moduletable-badgehot,
#tpmod-right div.moduletable_menu,
#tpmod-right div.moduletable_text {
    border-left: none;
    border-top: none;
    margin-bottom: 0;
}

#tpblock-top div.moduletable ,
#tpblock-top div.moduletable-red ,
#tpblock-top div.moduletable-blue ,
#tpblock-top div.moduletable-box ,
#tpblock-top div.moduletable-boxred ,
#tpblock-top div.moduletable-boxblue,
#tpblock-top div.moduletable-badgenew,
#tpblock-top div.moduletable-badgehot,
#tpblock-top div.moduletable_menu,
#tpblock-top div.moduletable_text {
    border-left: none;
    border-top: none;
    border-bottom: none;



}

#tpwrapper-inner-left div.moduletable ,
#tpwrapper-inner-left div.moduletable-red ,
#tpwrapper-inner-left div.moduletable-blue ,
#tpwrapper-inner-left div.moduletable-box ,
#tpwrapper-inner-left div.moduletable-boxred ,
#tpwrapper-inner-left div.moduletable-boxblue,
#tpwrapper-inner-left div.moduletable-badgenew,
#tpwrapper-inner-left div.moduletable-badgehot,
#tpwrapper-inner-left div.moduletable_menu,
#tpwrapper-inner-left div.moduletable_text {
    border: none;
    margin-bottom: -1px;   
}

#tpmod-user1 div.moduletable ,
#tpmod-user1 div.moduletable-red ,
#tpmod-user1 div.moduletable-blue ,
#tpmod-user1 div.moduletable-box ,
#tpmod-user1 div.moduletable-boxred ,
#tpmod-user1 div.moduletable-boxblue,
#tpmod-user1 div.moduletable-badgenew,
#tpmod-user1 div.moduletable-badgehot,
#tpmod-user1 div.moduletable_menu,
#tpmod-user1 div.moduletable_text,

#tpmod-advert1 div.moduletable ,
#tpmod-advert1 div.moduletable-red ,
#tpmod-advert1 div.moduletable-blue ,
#tpmod-advert1 div.moduletable-box ,
#tpmod-advert1 div.moduletable-boxred ,
#tpmod-advert1 div.moduletable-boxblue,
#tpmod-advert1 div.moduletable-badgenew,
#tpmod-advert1 div.moduletable-badgehot,
#tpmod-advert1 div.moduletable_menu,
#tpmod-advert1 div.moduletable_text
 {
    border: 1px solid #303030;
    border-bottom: none;
}
#tpmod-user5 div.moduletable ,
#tpmod-user5 div.moduletable-red ,
#tpmod-user5 div.moduletable-blue ,
#tpmod-user5 div.moduletable-box ,
#tpmod-user5 div.moduletable-boxred ,
#tpmod-user5 div.moduletable-boxblue,
#tpmod-user5 div.moduletable-badgenew,
#tpmod-user5 div.moduletable-badgehot,
#tpmod-user5 div.moduletable_menu,
#tpmod-user5 div.moduletable_text,

#tpmod-advert3 div.moduletable ,
#tpmod-advert3 div.moduletable-red ,
#tpmod-advert3 div.moduletable-blue ,
#tpmod-advert3 div.moduletable-box ,
#tpmod-advert3 div.moduletable-boxred ,
#tpmod-advert3 div.moduletable-boxblue,
#tpmod-advert3 div.moduletable-badgenew,
#tpmod-advert3 div.moduletable-badgehot,
#tpmod-advert3 div.moduletable_menu,
#tpmod-advert3 div.moduletable_text
 {
    border: 1px solid #303030;
    border-top: none;
}
#tpmod-user2 div.moduletable ,
#tpmod-user2 div.moduletable-red ,
#tpmod-user2 div.moduletable-blue ,
#tpmod-user2 div.moduletable-box ,
#tpmod-user2 div.moduletable-boxred ,
#tpmod-user2 div.moduletable-boxblue,
#tpmod-user2 div.moduletable-badgenew,
#tpmod-user2 div.moduletable-badgehot,
#tpmod-user2 div.moduletable_menu,
#tpmod-user2 div.moduletable_text,

#tpmod-advert2 div.moduletable ,
#tpmod-advert2 div.moduletable-red ,
#tpmod-advert2 div.moduletable-blue ,
#tpmod-advert2 div.moduletable-box ,
#tpmod-advert2 div.moduletable-boxred ,
#tpmod-advert2 div.moduletable-boxblue,
#tpmod-advert2 div.moduletable-badgenew,
#tpmod-advert2 div.moduletable-badgehot,
#tpmod-advert2 div.moduletable_menu,
#tpmod-advert2 div.moduletable_text {
    border: 1px solid #303030;
    border-left: none;
    border-bottom: none;
}
#tpmod-user6 div.moduletable ,
#tpmod-user6 div.moduletable-red ,
#tpmod-user6 div.moduletable-blue ,
#tpmod-user6 div.moduletable-box ,
#tpmod-user6 div.moduletable-boxred ,
#tpmod-user6 div.moduletable-boxblue,
#tpmod-user6 div.moduletable-badgenew,
#tpmod-user6 div.moduletable-badgehot,
#tpmod-user6 div.moduletable_menu,
#tpmod-user6 div.moduletable_text,

#tpmod-advert4 div.moduletable ,
#tpmod-advert4 div.moduletable-red ,
#tpmod-advert4 div.moduletable-blue ,
#tpmod-advert4 div.moduletable-box ,
#tpmod-advert4 div.moduletable-boxred ,
#tpmod-advert4 div.moduletable-boxblue,
#tpmod-advert4 div.moduletable-badgenew,
#tpmod-advert4 div.moduletable-badgehot,
#tpmod-advert4 div.moduletable_menu,
#tpmod-advert4 div.moduletable_text {
    border: 1px solid #303030;
    border-left: none;
    border-top: none;
}
#tpblock-bot div.moduletable ,
#tpblock-bot div.moduletable-red ,
#tpblock-bot div.moduletable-blue ,
#tpblock-bot div.moduletable-box ,
#tpblock-bot div.moduletable-boxred ,
#tpblock-bot div.moduletable-boxblue,
#tpblock-bot div.moduletable-badgenew,
#tpblock-bot div.moduletable-badgehot,
#tpblock-bot div.moduletable_menu,
#tpblock-bot div.moduletable_text {
    border-left: none;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;   
}
#tpblock-bot .moduletable_inner {

}
#tpmod-user4 div.moduletable ,
#tpmod-user4 div.moduletable-red ,
#tpmod-user4 div.moduletable-blue ,
#tpmod-user4 div.moduletable-box ,
#tpmod-user4 div.moduletable-boxred ,
#tpmod-user4 div.moduletable-boxblue,
#tpmod-user4 div.moduletable-badgenew,
#tpmod-user4 div.moduletable-badgehot,
#tpmod-user4 div.moduletable_menu,
#tpmod-user4 div.moduletable_text {
    border: none;
    margin-bottom: 0; 
}

/*tploginxtd hack*/

#tpwrapper-global .bcontact,
#tpwrapper-global .blogin,
#tpwrapper-global .bregister {
    padding: 10px 20px;
    font-size: 10px;
    text-transform: uppercase;
}
#colorbox *{
    font-size: 12px;
}
/*tpslide hack*/
#tpwrapper-page .buttons span {
    	background:url('images/btpslide.gif') 50% 50% no-repeat;
        display: block;
    text-indent: -500000px;
    float: left;
    width: 10px;
}
#tpwrapper-page #tpcont .buttons span.active,
#tpwrapper-page #tpcont .buttons span:hover{
	color: #191919;
	background-color: #000000;
	background:url('images/btpslideactive.gif') 50% 50% no-repeat;
    text-indent: -500000px;    
    
    
}
/*minifp hack*/
#tpwrapper-global span.minifp-anotherlinks {
    background: none;
    margin-bottom: 5px;
    padding-left: 0;
}

#tpwrapper-global span.minifp-date {
    background: #cc0000;
    display:block;
    padding: 3px 4px;
    color:#FFF;
    float:left;
    margin-right: 5px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;    
    font-size: 80%;
}
#tpwrapper-global span.minifp-anotherlinks a {
    font-size: 90%;
}

a.minifp-full-link, a:visited.minifp-full-link, a:active.minifp-full-link, a:link.minifp-full-link {
    display: none;
}
#tpwrapper-global .minifp-introtitle a, #tpwrapper-global.minifp-introtitle a:visited, #tpwrapper-global.minifp-introtitle a:active,
#tpwrapper-global .minifp-introtitle a:link {
	font-size:100%;
	font-weight:bold;
	text-transform:capitalize;
    display: block;
    clear: both;
    padding: 0 0 5px 0;
        border-bottom:1px solid #ccc;
}
.discount {
    margin-top: 0px;
}


/* ##### IE7 hack #####*/
/*com _content overrides*/
#page p.buttonheading,
.tparticlecontent p.buttonheading {
     margin:0 -31px 31px -31px;
     height: 70px;
}
#page p.buttonheading img,
.tparticlecontent p.buttonheading img {
    margin: 0;
}
.tparticlecontent p.buttonheading img:hover {
    background: #555;
}
.tparticlecontent img {
     margin: 30px;
}
.tparticlecontent .imgleft {
    margin-left:-31px ;
   
}
.tparticlecontent .imgright {
    margin-right:-31px ;
   
}
.tparticlecontent {
    padding-top: 30px; 
background: url( images/stripe2.png) repeat-x top #fff;

}
.blog_more {

    margin-left:-30px;
    margin-right:-30px;
    margin-top:30px;
    margin-bottom:30px;
}
.blog_more div {
    background: #222;
    padding: 30px;
}
.blog_more li {
    padding: 30px;
    border-top: 1px solid #ddd;



}
.blog_more li:hover {
    background: #e0e0e0;
    cursor: pointer;
}
.iteminfo {
    font-size:80%;
    text-transform: uppercase;
}
#tpwrapper-page-inner div.leading {
    background: #000;
}
#page {

}

#page img {
    margin: 30px;
}
.paginationwrapper {
    margin: -30px;
    margin-bottom: 0;
}

 /* 
=================================================
# Filename : dark.css
# Description : Specific CSS rules dark theme 
# Author : TemplatePlazza
# Author Url : http://www.templateplazza.com
# Copyright (C) 2009 TemplatePlazza.com
# All rights reserved.
=================================================
*/
.tpbodies {

}
hr {
    height:1px;
    background-color:#252525; 
    color:#252525; 
    border: #252525; 
}
td,p,div,tr, form, input {
    color:#666;
 }
 
 .inputbox{
    background: #1D1D1D;
	border:1px solid #303030;
	color:#fff;


}
.inputbox:hover,
.inputbox:focus,
.inputbox:active{
	border:1px solid #666;}
    
 #tpwrapper-global .moduletable_inner *,
 #tpwrapper-global .mootabs *,
 #tpwrapper-global #tpaccordion * {
    border-color: #252525;
 }

#tpblock-mainbody {
    background: #1d1d1d;}
.moduletable_inner {
    background: #252525;
}
td.sectiontableheader {
	background:#212121;
	}
.sectiontableentry1 td {
	background: #252525;
}

.blog_more div {
    background: #111;
}
.blog_more li {
    border-top: 1px solid #303030;}
.blog_more li:hover {
    background: #333;
 }

#tpblock-top {
    background: #1D1D1D;}
#tpblock-bot {
    background:#252525;

}

/* ===== WRAPPER ===== */


/* ===== BLOCKS RESET ===== */
/* ===== BLOCK HEAD ===== */



/* hack for mootab*/
.mootabs {
    background: #1d1d1d;
}
.mootabs_buttons1 span.active, .buttons span:hover,
.mootabs_buttons2 span.active, .buttons span:hover,
.mootabs_buttons3 span.active, .buttons span:hover
{background:#1d1d1d;color:#fff;}

/*# hack for accordion*/
#tpwrapper-global #tpaccordion {
    background:#1d1d1d;
	}
#tpwrapper-global .tpaccordiontoggler, #tpwrapper-global .tpaccordiontoggler-active {
    background-color:#1d1d1d;
    border-bottom: 3px solid #252525;  
}

/* ===== BLOCK BOTTOM ===== */

#tpwrapper-footer-wrapper{
    background: url("#URL#bgmobile.png") center bottom;
    
	}  

/* ===== MODULES HACK ===== */


/*HACK FOR MODULES.CSS*/
/* suffix -badgehot -badgenew -boxred -boxblue -> default*/
div.moduletable-boxred h3 ,
div.moduletable-boxblue h3{
    color: #FFF;
    }

div.moduletable-boxred h3 .strong_moduletable_title,
div.moduletable-boxblue h3 .strong_moduletable_title  {
    color:#FFF;
}

div.moduletable-boxred,
div.moduletable-boxred *,
div.moduletable-boxblue,
div.moduletable-boxblue * {
    color: #FFF;
}

div.moduletable-boxred hr,
div.moduletable-boxblue hr {
       height:1px;
    background-color:#252525; 
    color:#ccc; 
    border: #252525;  
}
div.moduletable-box .moduletable_inner {
    background: #1e1e1e;
    border:1px solid  #222;
}
/*minifp hack*/

span.minifp-date {
    background: #cc0000;
    color:#FFF;
}
.minifp-introtitle {
}
td.minifp .minifp-introtitle a {
    color:#666;
}

a.minifp-full-link, a:visited.minifp-full-link, a:active.minifp-full-link, a:link.minifp-full-link {
	background:#333333;
	color:#FFFFFF;
}

#tpwrapper-global .minifp-introtitle a, #tpwrapper-global.minifp-introtitle a:visited, #tpwrapper-global.minifp-introtitle a:active,
#tpwrapper-global .minifp-introtitle a:link {
     border-bottom:1px solid #252525;
}
/*joomla.css*/
.contentheading,td.contentheading {
	color: #f3f3f3;
	}
.componentheading {
	color: #f3f3f3;
	}
 .blog_more{
	background-color: #252525;
}
.pagination  span,
.pagination  a{
	border: none;
	}
span.pathway,
.breadcrumbs {
    height: 37px;
    color: #666;
	}
.pagination  span:hover,
.pagination  a:hover {
    background: #333;
    border: none;
} 
.paginationwrapper {

    background: #252525;
    border: 1px solid #252525;
}
.paginationcounter {
    background: #252525;

}
/*module.css*/

 ul.menu li {
	border-bottom:1px solid #252525;
}
a.mainlevel:link, a.mainlevel:visited {
	border-bottom:1px solid #252525;}


div.moduletable ,
div.moduletable-red ,
div.moduletable-blue ,
div.moduletable-box ,
div.moduletable-boxred ,
div.moduletable-boxblue,
div.moduletable-badgenew,
div.moduletable-badgehot,
div.moduletable_menu,
div.moduletable_text
{

    background: #1d1d1d;

	}
div.moduletable h3,
div.moduletable_text h3,
div.moduletable_menu h3,
div.moduletable-red h3,
div.moduletable-blue h3 {
    background-color:#1d1d1d;
    color: #666;
}
div.moduletable-boxblue h3 {

}
 div.moduletable_inner h1,
div.moduletable_inner h2,
div.moduletable_inner h3,
div.moduletable_inner h4,
div.moduletable_inner h5{
    background-color: inherit;
    color: #fff!important;
    background-image: none;
}
.buttonheading {
    border: 1px solid #333;
}

/*com_conetent oevrride*/
.tparticle {
  background: #252525;}
.tparticlecontent {
    background: #1D1D1D;
}


/*com tpwebgallery*/
.submitfieldsregister {
    border: 1px solid #e0e0e0; 
}
.submitfieldsregister ,
.submitfieldsregister span,
.tpwebgallerytypeli li a:link,
.tpwebgallerytypeli li a:visited,
.tpwebgalleryh2 span ,
.tpwebgalleryh3 span,
span.tpwebgallerynumbergrouppage,
.submitfields span,
.submitfieldsregister span  {
    background: #303030;   
}

h3.tpwebgalleryh3 {
    border-bottom:5px solid #303030;

}

.tpwebgallerygroupwrapper,
.tpwebgallerystylewrapper ,
.submitfields,
.submitfieldsregister {
    border: 1px solid #303030;
}


/*mod_tpwebgallery*/
#tpwrapper-global .tpwebgallerymodtag a {
    background-color: #303030;
}
#tpwrapper-global .tpwebgallerymodtag a:hover {
    background-color: #666666;
}  /* 
=================================================
# Filename : arial.css
# Description : Font Family Css rules 
# Author : TemplatePlazza
# Author Url : http://www.templateplazza.com
# Copyright (C) 2009 TemplatePlazza.com
# All rights reserved.
=================================================
*/
 td,p,div,tr{
	font-family:Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	line-height:160%;
	} /* 
=================================================
# Filename : arial.css
# Description : Font Family Css rules 
# Author : TemplatePlazza
# Author Url : http://www.templateplazza.com
# Copyright (C) 2009 TemplatePlazza.com
# All rights reserved.
=================================================
*/
.contentheading,
.contentpagetitle,
.componentheading,
td.contentheading,
div.componentheading,
h1,h2,h3
 {
	font-family:Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	} /* 
=================================================
# Filename : lucida-sans.css
# Description : Font Family Css rules 
# Author : TemplatePlazza
# Author Url : http://www.templateplazza.com
# Copyright (C) 2009 TemplatePlazza.com
# All rights reserved.
=================================================
*/
small,
.small,
.smalldark,
.createdate,
.modifydate,
span.createdate,
td.modifydate,
.author,
div.moduletable_inner,
div.moduletable_inner  p,
div.moduletable_inner  div,
div.moduletable_inner  td,
div.moduletable_inner  span,
div.moduletable_inner  a,
div.moduletable_inner  form *,
div.tpaccordionelement-inner,
div.tpaccordionelement-inner p,
div.tpaccordionelement-inner div,
div.tpaccordionelement-inner td,
div.tpaccordionelement-inner span,
div.tpaccordionelement-inner a,
div.tpaccordionelement-inner form *,
div.mootabs_inner,
div.mootabs_inner p,
div.mootabs_inner div,
div.mootabs_inner td,
div.mootabs_inner span,
div.mootabs_inner a,
div.mootabs_inner form *,
.tp-authorline {
	font-family:"Lucida Sans", "Lucida Sans Unicode", Lucida,sans-serif;
	line-height:200%;
	}
.dropxtd_wrapper_module,
.dropxtd_wrapper_module *  {
	font-family:"Lucida Sans", "Lucida Sans Unicode", Lucida,sans-serif;
} /* 
=================================================
# Filename : big.css
# Description : Font Size Css rules 
# Author : TemplatePlazza
# Author Url : http://www.templateplazza.com
# Copyright (C) 2009 TemplatePlazza.com
# All rights reserved.
=================================================
*/
 td,p,div,tr, form, input{
	font-size:16px;
	} /* 
=================================================
# Filename : big.css
# Description : Font Size Css rules 
# Author : TemplatePlazza
# Author Url : http://www.templateplazza.com
# Copyright (C) 2009 TemplatePlazza.com
# All rights reserved.
=================================================
*/
.contentheading,
.contentpagetitle,
.componentheading,
div.componentheading,
td.contentheading,
td.contentpagetitle {
	font-size:60px;
	line-height: normal;
	letter-spacing:-5px;
    padding: 0;
    margin-bottom: 20px;
	}
 td.contentheading {padding: 20px 0;}
    
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable-red h3,
div.moduletable-blue h3,
div.moduletable-box h3,
div.moduletable-boxred h3,
div.moduletable-boxblue h3,
div.moduletable-badgehot h3,
div.moduletable-badgenew h3
{
	font-size:24px;	

	} /* 
=================================================
# Filename : standard.css
# Description : Font Size Css rules 
# Author : TemplatePlazza
# Author Url : http://www.templateplazza.com
# Copyright (C) 2009 TemplatePlazza.com
# All rights reserved.
=================================================
*/
small,
.small,
.smalldark,
.createdate,
.modifydate,
span.createdate,
td.modifydate,
.author {
	font-size:11px;}
div.moduletable_inner,
div.moduletable_inner  p,
div.moduletable_inner  div,
div.moduletable_inner  td,
div.moduletable_inner  span,
div.moduletable_inner  a,
div.moduletable_inner  form *,
div.tpaccordionelement-inner,
div.tpaccordionelement-inner p,
div.tpaccordionelement-inner div,
div.tpaccordionelement-inner td,
div.tpaccordionelement-inner span,
div.tpaccordionelement-inner a,
div.tpaccordionelement-inner form *,
div.mootabs_inner,
div.mootabs_inner p,
div.mootabs_inner div,
div.mootabs_inner td,
div.mootabs_inner span,
div.mootabs_inner a,
div.mootabs_inner form *{
	font-size:13px;
    line-height: 150%;
	} /* 
=================================================
# Filename : tp_dropxtd.css
# Description : Specific CSS rules for Dropdown TP Menu 
# Author : TemplatePlazza
# Author Url : http://www.templateplazza.com
# Copyright (C) 2009 TemplatePlazza.com
# All rights reserved.
=================================================
*/
#tp-cssmenu{
	float: left;
	margin: 0px;
	background: none;
	border: none;
	font-size:11px;
    text-align: left;
}

#tp-cssmenu ul{
	margin: 0; /* all lists */
	padding: 0;
}

#tp-cssmenu li{
	margin: 0; /* all list items */
	padding: 0 0 0 0;
	float: left;
	display: block;
	cursor:  auto;
	position: relative;
	z-index:1;
    margin-right: 10px;   
    background: #000; 
}
#tp-cssmenu li.tptopmenu:hover,
#tp-cssmenu li.tptopmenusfhover,
#tp-cssmenu li.tptopmenuhavesubtitle:hover {
    background-color: #333!important;
}

#tp-cssmenu li ul{
	position: absolute; /* second-level lists */
	z-index: 2;
	padding:0 0 0 0;
	margin-left:90px;
    border-top: 1px solid #303030;
    top: 0;

    
    
    


    
}


#tp-cssmenu li ul{
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


/* This "unhides" the sub-menus (left: -999em is what hides them) */
#tp-cssmenu li:hover ul, #tp-cssmenu li li:hover ul, #tp-cssmenu li li li:hover ul, #tp-cssmenu li li li li:hover ul,
#tp-cssmenu li.sfhover ul, #tp-cssmenu li.havechildsfhover ul, #tp-cssmenu li.havechild-activesfhover ul, #tp-cssmenu li.activesfhover ul {   left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#tp-cssmenu li a{
	display: block;
	font-size: 14px; 
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding:10px 10px;
	margin: 0;
	font-family: Arial, Verdana, Tahoma  ;
	font-weight:700;
    text-transform: uppercase;
    width:70px;
    border-top: 1px solid #303030;
    letter-spacing: -1px;

}
#tp-cssmenu li a * {

}
#tp-cssmenu li li a {
    letter-spacing: normal;
    font-style: normal;
    border: none;

}

#tp-cssmenu li.active a,
#tp-cssmenu li.activesfhover a{
    color:#fff;
	font-weight:700;
  /*  background: url(images/bgmenushadow.png) repeat-x top #E5E5E5; */

        
}
#tp-cssmenu li.active,
#tp-cssmenu li.activesfhover {
    background-color:#303030 ;
}
#tp-cssmenu li.active li a,
#tp-cssmenu li.activesfhover li a {
	background-image:none;
    border: none;

	}

#tp-cssmenu li.fulltpmenuimages img,
#tp-cssmenu li.fulltpmenuimagessfhover img,
#tp-cssmenu li a.fulltpmenuimages, 
#tp-cssmenu li.fulltpmenuimages a,
#tp-cssmenu li.fulltpmenuimagessfhover a,
#tp-cssmenu li.tpmenutextandimage a,
#tp-cssmenu li.tpmenutextandimagesfhover a{
	margin:0;
	border-right:none;
}

#tp-cssmenu li.tpmenutextandimage li a{
	padding-left:10px;
	padding-right:0;
}

#tp-cssmenu li.tpmenutextandimagesfhover li a:hover{
	padding-left:10px;
	padding-right:0;
	background: none;
}

#tp-cssmenu li.tpmenutextandimage li,
#tp-cssmenu li.tpmenutextandimagesfhover li{
	padding:0;
}

#tp-cssmenu li.tpmenutextandimage img,
#tp-cssmenu li.tpmenutextandimagesfhover img{
	vertical-align:middle;
}

#tp-cssmenu li.fulltpmenuimages ul li a,
#tp-cssmenu li.fulltpmenuimagessfhover ul li a{
	padding-left:10px;
}

#tp-cssmenu li.fulltpmenuimages a{
	padding:0;
	margin:0;
}

.fulltpmenuimageschild{}
.tpmenutextandimagechild{}
#tp-cssmenu li a.fulltpmenuimages{
	padding:0;
	margin:0;
}


#tp-cssmenu li li.activesfhover {
	background-image:none;
	padding-left:0;
} 
#tp-cssmenu li li.activesfhover a {
	background-image:none;}
#tp-cssmenu li.active li a{
	font-weight:normal;
}

#tp-cssmenu li:hover a,
#tp-cssmenu li.sfhover a,
#tp-cssmenu li.havechildsfhover a,
#tp-cssmenu li.havechild-activesfhover a{
  
	color:#cc0000;

}

/* 2nd level and above */

#tp-cssmenu li ul a,
#tp-cssmenu li:hover ul a,
#tp-cssmenu li.sfhover ul a,
#tp-cssmenu li.havechildsfhover ul a,
#tp-cssmenu li.havechild-activesfhover a{
	color: #fff;
	text-align:left;
	/*background-color: #ffffff;*/
	
}

#tp-cssmenu li ul a:hover,
#tp-cssmenu li ul a:active,
#tp-cssmenu li ul a:focus,
#tp-cssmenu li.parent li ul a:hover,
#tp-cssmenu li.parent li ul a:active,
#tp-cssmenu li.parent li ul a:focus {
	background: none;	
}
#tp-cssmenu li.active ul li a:hover{
}

.tptopmenuhavesubtitle span {
	display:block;

	margin-bottom:5px;
    text-decoration: none;
	}
span.tpchildtitle   {
	margin-top:0;
	margin-bottom:0;
    font-weight: 700;
    line-height: 120%;
    display: block;
    font-size: 11px;
    text-transform: uppercase;

}
span.tpchildtitle:hover {


}span.tpchildtitle a {

}
span.tpchildsubtitle   {
	margin-top:0;
	margin-bottom:0;
    font-weight: 400;
    font-size:70%;
    line-height: 100%;

}
span.tpparenttitle {
    line-height:100%;

}
span.tpsubtitle {
	display:block;
	font-size:11px;
	margin:0;
	padding:0 0 0 0;
	font-weight:400;
	height:11px;
	line-height:11px;
	color:#fff;
	margin-top:-5px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.tpmenuid1 {
	
	}
.tpmenuid2 {
	
}
.tpmenuid3 {
	
}
.tpmenuid4 {

 }
.tpmenuid5 {
	
}
.tpmenuid6{
	
	}
.tpmenuid7{

}
.tpmenuid8 {

}
 .tpmenuid9 {

}
.tpmenuid1:hover,
.tpmenuid2:hover,
.tpmenuid3:hover,
.tpmenuid4:hover,
.tpmenuid5:hover,
.tpmenuid6:hover,
.tpmenuid7:hover,
.tpmenuid8:hover,
.tpmenuid9:hover {

}
.tpmenuid3:hover {


}
.tpmenuid2:hover {

}

.tpmenuid4:hover {


}	
	
#tp-cssmenu  .tpparenttitle cufon{
	padding: 0;
    line-height: 100%;
}
#tp-cssmenu .tpsubtitle cufon{
    line-height: 100%;
	}

.has-image-left, .has-image-leftsfhover {
	display: block;
	background-repeat: no-repeat !important;
	background-position: center top;

}

.has-image-right, .has-image-rightsfhover {
	display: block;
	background-repeat: no-repeat !important;
	background-position: center top;
}

.has-image-left span.tpparenttitle, 
.has-image-leftsfhover span.tpparenttitle,
.has-image-right span.tpparenttitle, 
.has-image-rightsfhover span.tpparenttitle{
    display: block;
    padding-top: 70px;
    
}
.has-image-left span.tpsubtitle,
.has-image-leftsfhover span.tpsubtitle,
.has-image-right span.tpsubtitle,
.has-image-rightsfhover span.tpsubtitle
 {
 

}


#tp-cssmenu .has-image-left ul li ul , #tp-cssmenu .has-image-leftsfhover ul li ul ,
#tp-cssmenu .has-image-right ul li ul , #tp-cssmenu .has-image-rightsfhover ul li ul  {

}

#tp-cssmenu .has-image-right span.tpchildtitle,
#tp-cssmenu .has-image-left span.tpchildtitle  {
}
#tp-cssmenu .dropxtd_global_wrapper {

    }
#tp-cssmenu .dropxtd_global_wrapper a:hover {
    color:#fff;
}
/*counter reset */
#tp-cssmenu li .dropxtd_global_wrapper a {
    display: inline;
	font-size: inherit;
	text-decoration: none;
	text-align:left;
	padding:0;
	margin: 0;
	font-family: Georgia,Arial, Tahoma, Verdana;
	line-height: normal;
	font-weight:400;
	text-transform: none;
	height: auto;
}


#tp-cssmenu li div.dropxtdchild {
    text-align: left;
    height: auto;

    width: 100%;

}
#tp-cssmenu li div.dropxtdchild div{
    line-height: 100%;
}

#tp-cssmenu li div.dropxtdchild a {
    font-size: 11px; line-height: 10px;
    height: 10px;
    display: inline;
    padding: 0;
    margin: 0;
    text-decoration: none;

}
#tp-cssmenu li div.dropxtdchildmenu {
    padding: 5px 0;
}
.wrapperxtdsubmenu {
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #303030;
    border-right:1px solid #303030;
    border-left: 1px solid #303030;

    }
.wrapperxtdsubmenu:hover,
.wrapperxtdsubmenu:focus {
    background:#333;
    border-bottom: 1px solid #333;
    border-right:1px solid #333;
    border-left: 1px solid #333;


}
.wrapperxtdsubmenu:hover *,
.wrapperxtdsubmenu:focus *  {
    color: #fff;
 }  
#tp-cssmenu .dropxtd_wrapper_general a {
    height: auto;
    line-height: normal;
}
#tp-cssmenu .dropxtd_wrapper_general .has-image-left .tpchildtitle {

    font-weight: 700;
}
#tp-cssmenu .dropxtd_wrapper_general .has-image-left .tpchildtitle,
#tp-cssmenu .dropxtd_wrapper_general .has-image-left .tpchildsubtitle {

}
#tp-cssmenu .dropxtd_wrapper_general .has-image-right .tpchildtitle,
#tp-cssmenu .dropxtd_wrapper_general .has-image-right .tpchildsubtitle {

}

.dropxtd_wrapper_module *{
    font-size: 11px;
    text-align: left;
    color: #fff;

}
.dropxtd_wrapper_module_inner {
    padding: 10px;
    border: 1px solid #303030;
    border-top: none;
    background: #303030;
}
.dropxtd_wrapper_general_inner,
.dropxtd_wrapper_module_inner {
    margin: 0;
    color: #fff;
        
}
.dropxtd_wrapper_module_inner p {
    color: #fff;

}
.dropxtdmoduletitle {
    font-size: 130%;
    font-weight: 700;
    color: #fff;
    padding: 5px 0;
}
#tp-cssmenu li.has-image-left ,
#tp-cssmenu li.has-image-leftsfhover,
#tp-cssmenu li.has-image-right ,
#tp-cssmenu li.has-image-rightsfhover{
    background-position: 50% 10px;
 
}

#tp-cssmenu li.has-image-left a,
#tp-cssmenu li.has-image-leftsfhover a{
    background-position: 0 100%;
 
}

#tp-cssmenu li.has-image-right a,
#tp-cssmenu li.has-image-rightsfhover a{
    background-position: 100% 0 ;
 
}
/*image in submenu*/
#tp-cssmenu div.has-image-left {
    background-position: left top;
    padding-left:30px
}
#tp-cssmenu div.has-image-right {
    background-position: right top;
    padding-right:30px
}




#tp-cssmenu li.active div a {
    padding:0;
}