

/**
*
* @package		layout
* @author		infoStrada.ro
* @copyright	Copyright (c) 2010, sundayDesign.ro
*
* @colordef		#069; standard blue 					(link color and title highlight)
* @colordef		#333; standard dark gray 			(text colors)
* @colordef		#666; standard gray 					(notes, complementary information)
* @colordef		#690; standard green color 		(footer links, members links, search box)
* @colordef		#C00; standard red 						(standard hover link, highlight label, calendar day's hover, secondary link color)
* @colordef		#CCC; standard border color
* @colordef		#EEE; secondary border color
* @colordef		#FFC; standard yellow color 	(highlight featured, calendar day's hover)
* @colordef		#F7F7F7; tertiary border color, light gray background color
* @colordef		#FFFFEF; secondary yellow		 	(showcase background, subcategories' dropdown)
*/

/**
* Advertise
*
* @section	advertise
*/

/**
* Advertise Tabs
*
* @section		advertise
* @subsection	advertise-tabs
*/

.advertiseTabs
{ background: url(../images/design/bg_advertise_tabs.gif) repeat-x 0 100%; height: 31px; }

	.advertiseTabs li
	{ float: left; line-height: 30px; width: 19%; }

.advertiseTabs a, .advertiseBase a:visited
{ background: #F7F7F7; color: #0081C5; display: block; font-size: 11px; margin: 0 2px 0 0; text-align: center; text-decoration: none; }

	.advertiseTabs a:hover
	{ background: #F57013; color: #FFF; text-decoration: none; }

.advertiseTabs .advertiseMenuActive a, .advertiseTabs .advertiseMenuActive a:visited
{ background: #FFF; border: 1px solid #CCC; border-bottom: none; color: #b91e5c; font-size: 12px; }

/**
* Advertise Tabs
*
* @section		advertise
* @subsection	advertise-content
*/

.advertiseContent
{ overflow: hidden; }

.advertiseContent
{ border: 1px solid #CCC; border-top: none; padding: 8px; }

.advertiseContent blockquote
{ background: #EFEFEF; border-bottom: 1px solid #EEE; margin: 0 0 10px 0; overflow: hidden; padding: 15px; }

.advertiseContent .type
{ color: #069; font-size: 18px; font-weight: bold; text-align: left; text-transform: uppercase; }

.advertiseContent .prize
{ color: #B91E5C; font-size: 16px; font-weight: bold; float: right; padding: 0 0 5px 0; text-align: right; }

.advertiseContent ul
{ list-style-type: disc; }

.orderButton,
.orderButton button, .orderButton a, .orderButton a:visited
{ width: 120px; }
.orderButton a:hover {
	background: url(../images/design/bg_repeat_x.png) repeat-x scroll 0 -715px ; color: #FFF;
	text-decoration: none;
}

.advertiseAlert
{ display: block; font-size: 11px; }

/** Advertise Screen */

.advertiseScreen
{ text-align: left; }

.advertiseTable
{ width: 100%; border: 1px solid #CCC; }

	.advertiseTable td
	{ padding: 5px 0 0 0; vertical-align: top; width: 50%; }
	
	.advertiseTable .advertiseTableContent2
	{ padding: 5px; }
	
	.advertiseTable th
	{ font-size: 11px; text-align: left; width: 50%; }
	
	.advertiseScreenDesc
	{ width: 100%; }
	
	.advertiseTable li
	{ font-size: 11px; }

	.advertiseScreenDesc th
	{ font-size: 11px; }

.advertiseTable li
{ list-style: outside; padding: 0 0 5px 0; margin: 0 0 0 15px; }

