/*-----------------------------------------------------------------------------
Web Site:			Commodas

CteatedDate:		20.03.2009
Autor:				AnnaG

$Revision: 181 $

$LastChangedDate: 2009-10-21 18:16:39 +0600 (Wed, 21 Oct 2009) $
$LastChangedBy: annag $
-----------------------------------------------------------------------------*/

/* =Contact us accordion
---------------------------------------- */
#main-accordion .country-name {
	color: #cf001b;
	background: #fcfcfc url(/images/branding/markers/arrow-red.gif) no-repeat 13px 16px;
	border-top: dotted 1px #bebebe;
	border-bottom: dotted 1px #bebebe;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px 27px;
	margin: 0 0 4px 0;
	cursor: pointer;
}
#main-accordion .country-name.selected {
	color: #5d5c5c;
	background: #fcfcfc url(/images/branding/markers/arrow-gray.gif) no-repeat 11px 18px;
}
#main-accordion .country-body {
	padding: 10px 20px;
}
#main-accordion .country-body .inner-accordion {
	background: none;
	width: 220px;
	float: left;
}
#main-accordion .country-body .location-map {
	width: 400px;
	float: left;
}
#main-accordion .country-body .inner-accordion .location-name {
	color: #cf001b;
	background: url(/images/branding/markers/arrow-red.gif) no-repeat 0 15px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px 3px;
	cursor: pointer;
}
#main-accordion .country-body .inner-accordion .location-name.selected {
	color: #5d5c5c;
	background: url(/images/branding/markers/arrow-gray.gif) no-repeat 0 17px;
}
#main-accordion .country-body .inner-accordion .location-info {
	border-bottom: dotted 1px #bebebe;
	padding: 0 0 10px 15px;
	margin: 0 15px 0 0;
}

.get-directions {
	background: url(/images/branding/blocks/get-directions-bg.gif) no-repeat left top;
	width: 370px;
	padding: 10px 15px 20px;
}
.get-directions div.left {
	width: 215px;
	float: left;
}
.get-directions div.right {
	width: 155px;
	float: left;
}
.get-directions .heading {
	color: #cf001b;
	width: 215px;
	padding: 8px 0 0;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
}
.get-directions div.type-text {
	background: url(/images/branding/blocks/sign-up-bg.gif) no-repeat 0 bottom;
	float: left;
}
.get-directions div.type-text input.text {
	color: #93999c;
	background: none !important;
	border: none;
	font-weight: bold;
	float: left;
	width: 115px;
	height: 19px;
	padding: 0;
	margin: 12px 0 0 10px;
}
.get-directions input.button {
	background: url(/images/branding/blocks/button-sign-up.gif) no-repeat 0 bottom;
	border: none;
	cursor: pointer;
	float: left;
	width: 26px;
	height: 31px;
	padding: 0 4px;
	overflow: visible;
	vertical-align: middle;
}




