/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body
{ 
	padding: 0px; 
	margin: 0px; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a
{
	color: #E0691A;
	background: inherit;
}

a:hover
{
	color: #6C757A;
	background: inherit;
}

h1
{
	font: normal 2.1em Arial, Sans-Serif;
	letter-spacing: -1px;
	padding: 7px 0 0 8px;
	margin: 0;
}

.dark
{
	color: #737373;
	background: inherit;
	font-weight: bold;
}

h1 a, h2 a
{
	text-decoration: none;
}

h1 a:hover, h2 a:hover
{
	color: #FF6600;
	background: inherit;
}

h2
{
	margin: 0;
	padding: 0;
	font: bold 1.7em Arial, Sans-Serif;
	letter-spacing: -1px;
}

h2
{
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #000;
	background: inherit;
}

p
{
	margin: 0 0 5px 0;
}

ul
{
	margin: 0;	
	padding: 1 px;
	// list-style: none;
}

form
{
	margin: 0;
}

input.search
{ 
	width: 300px; 
	border: 0;
	background: #f0f0f0 url(../App_Themes/OSWDInternetServices/Images/input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
	margin-right: 6px;
}

input.submit
{
	background: #E0691A url(../App_Themes/OSWDInternetServices/Images/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login
{ 
	width: 150px;
	border: none; 
	padding: 4px; 
}

/*#Layout#*/

.content
{ 
	margin: 0 auto;
	width: 780px;
	padding: 10px; 
}

.header
{ 
	height: 55px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.DesignMode .PagePlaceholder .header
{
	height: 150px;
}

.TopCMSListMenuUL,.FooterCMSListMenuUL
{
	list-style: none;
}

.top_info
{
	float: right;
	width: 155px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}
.logo
{
	float: left;
	width 600px;
}

.top_info_left
{
	width: 200px;
	float: left;
}

.top_info_right
{
	float: right;
	width: 290px;
	padding: 0 35px 0 0;
	text-align: right;
	border-left: 1px solid #eee;
}

.browse_category
{
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar
{ 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #FF9148;
}

.DesignMode .PagePlaceholder .bar
{
	height: 53px;
}

.bar li
{ 
	margin: 0; 
	padding: 7px 12px 5px 12px;
	color: #FFEADC;
	background: #FF9148;
	float: left; 
}
	
.bar li.TopCMSListMenuHighlightedLI
{
	background: #E0691A url(../App_Themes/OSWDInternetServices/Images/bar.gif) no-repeat center top; 
	color: #fff;
	font-weight: bold; 
	padding: 7px 10px 6px 10px;
}
	
.bar li a
{ 
	font-weight: bold;
	color: #FFF; 
	background: inherit;
	text-decoration: none;
} 

.bar li a:hover
{ 
	color: #E0691A; 
	background: inherit;
} 

.search_field
{ 
	background: #fff url(../App_Themes/OSWDInternetServices/Images/searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
	text-align: right;
}

.DesignMode .search_field
{
	clear: none;
	text-align: left;
}

.search_field label
{
	margin-right: 3px;
}

.grey
{
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.subheader
{
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/*#Left side#*/
.left
{
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}

.left h3
{
	clear: both;
	background: #A9C0CE url(../App_Themes/OSWDInternetServices/Images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}

.left_side
{
	float: left;
	width: 180px;
	padding: 0 0 0 10px;
	margin: 10px 0;
}
		
.left_side a, .right_side a
{
	color: #414141;
	background: #FFF;
}
	
.right_side
{
	float: right;
	width: 220px;
	background: #FFF url(../App_Themes/OSWDInternetServices/Images/dotted.gif) repeat-y;
	color: #414141;
	padding: 0 0 0 40px;
	margin: 10px 0;
}
		
.left_box
{
	margin: 0 0 10px 0;
	color: #000;
	background: #FFF;
	padding: 3px 0;
}
	

		
/*#Right side#*/
.right
{
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

.right h3
{
	background: #6C757A  url(../App_Themes/OSWDInternetServices/OSWDInternetServices/Images/corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

.right_articles
{
	background: #f5f5f5;
	color: #414141;
	padding: 8px;	
	margin: 0 0 10px 0;
}

.RightBox .right_articles
{
	margin: 0 0 3px 0;
}
	
.image
{
	float: left;
	margin: 0 9px 3px 0;
}



/*#Footer#*/
.footer
{ 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.DesignMode .PagePlaceholder .footer
{
	clear: none;
	text-align: left;
}

.footer a
{
	color: #808080;
	background: #fff;
}

.footer ul
{
	float: left;
}

.footer li
{
	float: left;
	padding: 0px 0px 0px 5px;
	height: 1.8em;
}

.footer li a
{
	border-right: 1px solid #454545;
	padding-right: 5px;
}

.footer li.FooterCMSListMenuLILast a
{
	border: none;
}

.FooterMenu
{
	margin: 0px auto;
	width: 285px;
}

.DesignMode .FooterMenu
{
	margin: 0px;
}

.InnerPage
{
	margin-bottom: 10px;
	text-align: left;
	padding: 0px 5px;
}

.InnerPage h1
{
	margin-bottom: 8px;
}

.clear
{
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.BreadBox
{
	padding-left: 7px;
}



/*#Search page#*/
.SearchDialog
{
	padding-left: 8px;
	margin: 10px 0px;
}

.SearchResults
{
	padding-left: 8px;
}