/*
Theme Name: Elegance
Theme URI: http://PremiumWeddingThemes.net
Description: Premium weeding and events wordpress theme
Version: 1.0.0 
Author: PremiumWeddingThemes.net
Tags: wordpress, premium themes, vpanel, wedding, events, membership, vendors
*/

/* ==== Table of Contents ===== 

1. General elements
		- Main structure
		- Global elements
				- Headings
				- Content paragraph
				- Buttons
				- Forms		
		- Header
		- Menus
				- Main menu
				- Footer menu
		- Footer
		- Breadcrumbs
2. Homepage elements
		- Slider
		- Newsletter bar
		- Services boxes
		- Articles boxes
		- Action bar
		- Featured article
		- Slidedeck
3. Page templates **
		- Full width
		- Sidebar left
		- Sidebar right
4. Blog elements ** to move in a different file
		- Blog slider
		- Blog content
		- Blog widgets
5. Vendors
		- Login / Register
		- Account sections
		- Vendors categories
		- Vendors profile
		- Vendors drop down
6. Gallery
		- Gallery page
		- Lightbox
		
7. Other elements

=============================== */

/* ============================ */
/*     1. General elements      */
/* ============================ */

body {
	line-height: 0px;
}

/* =====  Main structure  ===== */

#main-wrapper {
	width: 986px;
	margin: 0 auto;
	padding-top: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

#header-wrapper {
	width: 952px;
	margin: 0 auto;	
	padding: 20px 17px;
}

#footer-wrapper { /* footer wrapper is used for custom menus section */
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	width: 952px;
	margin: 0 auto;	
	margin-top: 30px;	
	padding: 17px;
}

#footer { /* footer contains the bottom bar */
	width: 952px;
	margin: 0 auto;	
	margin-top: 30px;	
	padding: 30px 17px;	
	margin-bottom: 30px;
}

#content {
	padding: 5px 0px 10px;
}

/* =====  Global elements  ==== */

/* Headings */

h1, h1 a {
	margin-bottom: 15px;
	text-decoration: none;
}

h2, h2 a {
	margin-bottom: 10px;
	text-decoration: none;	
}

h3, h3 a {
	margin-bottom: 10px;
	text-decoration: none;	
}

h4, h4 a {
	margin-bottom: 10px;
	text-decoration: none;	
}

h5, h5 a {
	margin-bottom: 10px;
	text-decoration: none;	
}

h1.centered-title {
	text-align: center;
	padding: 28px 0px;
}

/* Content paragraph */

p {
	margin-bottom: 15px;
}

blockquote p {
	width: 33%;
	float: left;
	margin: 0px 10px 0px 0px;
}

a {
	line-height: 1.6em;
}

a:hover {
	text-decoration: none;
}

/* Buttons */

input[type="submit"] {
	width: auto !important;
	box-shadow: none;
	border-radius: 3px;
	padding: 4px 8px;
	margin: 0px;
}

.button {
	text-decoration: none;
}

.button span, .button a {
	display: inline-block;
	padding: 2px 15px 3px;
	text-decoration: none;
}

/* Forms */

.field {
	padding: 2px 0px;
}

input, textarea {
	border: 1px solid;
	padding: 8px 7px;
}

.form input {
	width: 300px;
	padding: 10px;
	border: 0px;
	margin: 2px 0px;
}

.form textarea {
	width: 500px;
	height: 150px;
	padding: 10px;
	border: 0px;
}

.form label {
	display: block;
	padding: 10px 10px 10px 0px;
	width: 100px;
	float: left;
	clear: left;
}

/* ========  Header  ========== */

#header-right {
	float: right;
	margin-top: 10px;
	width: 198px;
	height: 48px;
}

#header-right ul {
	padding: 6px 27px;
}

#header-right li {
	float: left;
	padding: 5px 5px; 
}

#header-right a {
	display: block;
	width: 25px;
	height: 25px;
}

/* =========  Menus  ========== */

/* Main menu */

#area-navigation {
	text-align: center;
	z-index: 999;
	position: relative;
	margin: 0px 5px;
}

#area-navigation ul {
	margin-top: 5px;
}

#area-navigation ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#area-navigation ul li a {
	text-decoration: none;
	display: block;
	padding: 12px 11px;
}

#area-navigation ul li ul.sub-menu {
	display: none;
	position: absolute;
	text-align: left;
	padding: 10px 0px;
	margin-top: 0px;
	min-width: 150px;
	background-image: none !important;
}

#area-navigation ul li ul li {
	display: block;
	background: none;
}

#area-navigation ul li ul li a {
	padding: 8px 12px;
}

/* Footer menu */

#footer-navigation {
	float: right;
}
	
#footer-navigation li {
	float: left;
}

#footer-navigation li a {
	text-decoration: none;
	display: block;
	padding: 0px 5px;
}
#footer-navigation li a:hover { 	text-decoration: underline; }

/* ========  Footer  ========= */

#footer-wrapper .widget {
	padding: 4px;
	width: 194px;
	margin-left: 45px;
	float: left;
}
#footer-wrapper div:first-child { 	margin-left: 0px; }

#footer-wrapper .widget-title {
	line-height: 44px;
	text-align: left;
}

#footer-wrapper .widget .menupic {
	display: block;
	text-decoration: none;
	padding: 4px 4px 10px;
	width: 194px;
	text-align: center;
}

#footer-wrapper .widget .menupic img {
	margin-bottom: 5px;
}

#footer-wrapper .widget ol, 
#footer-wrapper .widget ol li, 
#footer-wrapper .widget ol li a {
	list-style-type: decimal;
}
#footer-wrapper .widget ol { margin-left: 20px; }

#footer-wrapper .widget ol li a {
	text-decoration: none;
	padding: 3px 5px;
	display: block;
}
#footer-wrapper .widget ol li a:hover { background: none; }

#copyright {
	text-align: left;
}

/* ========  Breadcrumbs  ========= */

#bread-crumbs {
	padding: 7px 17px 10px;
}

#bread-crumbs a {
	text-decoration: underline;
	padding: 0px 15px 0px 0px;
	margin: 0px 10px 0px 0px;
}
#bread-crumbs a:hover { text-decoration: none; }
#bread-crumbs a:first-child {	padding-left: 5px; }

/* ============================ */
/*     2. Homepage elements     */
/* ============================ */

/* ========  Slider  ========= */

#homepage-slider .p2 {
	clear: left;
}

#homepage-slider .p2, #homepage-slider .p5 {
	margin-right: 7px;
	margin-bottom: 7px;
} 

#homepage-slider .panel {
	width: 954px;
	height: 491px;
}

#homepage-slider div.anythingSlider {
	padding-left: 0px;
}

#homepage-slider .gallery {
	width: 963px;
}

#homepage-slider .p2, #homepage-slider .p4 {
	margin-right: 7px;
	padding: 0px;
}

.hpslider div.anythingSlider .back a {
	width: 41px;
	height: 62px;
}

.hpslider div.anythingSlider .forward a {
	width: 41px;
	height: 62px;	
}

.hpslider div.anythingSlider .forward {
	margin-right: -57px;
}

.hpslider div.anythingSlider .back {
	margin-left: -57px;
}

#homepage-slider .slider-info {
	position: absolute;
	margin: -200px 0px 0px 553px;
	width: 382px;
	padding: 3px 0px;
}

#homepage-slider .slider-info-container {
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	padding: 10px 0px;
	height: 140px;	
}

#homepage-slider .slider-info h1 {
	margin: 0px 20px 5px 20px;
}

#homepage-slider .slider-info h2 {
	margin: 0px 20px;
}

#homepage-slider .slider-info .align-right {
	margin-right: 20px;
}


#left-column .article.hpslider {
	padding: 15px 0px 0px 0px;
}

/* ====  Newsletter bar  ===== */

#homepage-nwl .button {
	margin-right: 5px;
}

#homepage-nwl {
	padding: 12px 20px;
	margin-left: -26px;
	margin-right: -26px;
}

#homepage-nwl .title {
	margin-bottom: 5px;
}

#homepage-nwl p {
	margin-bottom: 0px;
}

#homepage-nwl #nwlform {
	float: right;
	width: 300px;
	margin-left: 30px;
}

#homepage-nwl #nwlform input {
	border: 0px;
	width: 280px;
}

.homenwlbottom {
	height: 10px;
	margin-left: -26px;
	margin-right: -26px;	
}

/* ====  Services boxes  ===== */

#homepage-services {
	margin-top: 20px;
	margin-bottom: 20px;
}

#homepage-services a {
	display: block;
	float: left;
	width: 311px;
	height: 151px;
	text-align: center;
	margin: 0px 0px 10px 10px;
	text-decoration: none;
	line-height: 42px;
}

#homepage-services a.first {
	margin: 0px 0px 10px 0px;
}

#homepage-services a {
	display: table;
	_position: relative; 
	overflow: hidden;
}

#homepage-services a .c {
	_position: absolute; 
	_top: 50%; 
	display: table-cell; 
	vertical-align: middle;
}

#homepage-services a .c span {
	_position: relative; 
	_top: -50%
}

/* ====  Articles boxes  ===== */

#homepage-articles .home-article .button-container {
	display: block;
	text-align: center;
}

#homepage-articles .home-article .button {
	display: inline-block;
	margin: 0px auto;	
	margin-top: 8px;
}

#homepage-articles  {
	margin-bottom: 20px;	
}

#homepage-articles .home-article {
	float: left;
	width: 311px;	
	margin: 0px 0px 10px 10px;	
}

#homepage-articles .home-article.first {
	margin: 0px 0px 10px 0px;	
}

#homepage-articles .home-article h1 {
	*overflow:auto;
	padding: 10px;
	position: relative;
	z-index: 2;
	margin: -42px 0px 0px 0px;
}

#homepage-articles .home-article p {
	padding: 10px;
	margin: 0px;
}

/* ======  Action bar  ======= */

#homepage-actionbar {
	padding: 9px;
	*padding-top: 5px;
	margin-bottom: 20px;
}

.headline-container {
	*overflow:auto;
	padding: 9px;
}

#homepage-actionbar h1 {
	width: 656px;
	border-bottom: 1px dashed;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#homepage-actionbar p {
	width: 656px;
	margin-bottom: 0px;
}

.headline-button {
	padding: 10px 40px 10px 10px;
	text-decoration: none;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}

/* ===  Featured article  ==== */

.home-text {
	margin-bottom: 20px;
}

/* ======  Slidedeck  ======== */

#slidedeck_frame dd ul {
	padding-left:17px;
}

#slidedeck_frame dd ul li {
	padding: 8px 0px;
	list-style-type: square;
}

/* ============================ */
/*      3. Page templates       */
/* ============================ */

#right-column {
	height: 100%;
	width: 300px;
	float: left;	
	line-height: 1.6em;
	padding: 0px 16px 0px 0px;
}

#right-column.left {
	padding: 0px 0px 0px 16px;
	margin-right: 0px;
}

#left-column {
	width: 635px;
	padding: 0px 16px;
	float: left;	
}

#left-column.full-width {
	width: 954px;
}

/* ============================ */
/*       4. Blog elements       */
/* ============================ */

/* =======  Blog slider  ====== */

#left-column #blog-slider {
	padding: 23px;
}
#left-column #blog-slider {
	padding: 0px;
}

#left-column #blog-slider div.anythingSlider {
	padding: 0px;
}

#blog-slider div.anythingSlider .forward a {
	opacity: 0.5;
}

#blog-slider div.anythingSlider .forward {
	margin-right: 0px;
}

#blog-slider div.anythingSlider .back a {
	opacity: 0.5;
}

#blog-slider div.anythingSlider .back {
	margin-left: 0px;
}

#blog-slider div.anythingSlider .forward a:hover, .fpslider div.anythingSlider .back a:hover { 
	opacity: 1;
}

#blog-slider .info {
	width: 548px;
	padding: 15px;
	margin-top: -136px;
	position: relative;
}

#blog-slider .info h1, #blog-slider .info h2 {
	display: inline-block;
	margin: 0px 0px 3px 0px;
	*overflow:auto;
	padding: 9px 6px;
}

#blog-slider #sliderblog.anythingBase .panel, 
#blog-slider #sliderblog .panel {
	width: 635px;
	height: 359px;
	position: relative;
}
#blog-slider #sliderblog.fade .panel {
	position: absolute;
}

#blog-slider #sliderblog {
	width: 635px;
	height: 359px;
	position: relative;
}

#blog-slider #sliderblog img {
	width: 635px;
	height: 359px;
}

#slider_controls {
	float: right;
	margin: -90px 15px 0px 0px;
	position: relative;
	z-index: 2;
}

#slider_controls .tab_button {
	width: 15px;
	height: 15px;
	padding: 0px;
	margin: 3px;
}

/* ======  Blog content  ====== */

/* date block */

.blog-date {
	width: 59px;
	height: 38px;
	text-align: center;
	padding: 10px 0px 10px 5px;
	position: absolute;
	margin-left: -64px;
	margin-top: 35px;
}

/* sharing bar */

.shares {
	height: 18px;
	padding-top: 4px;	
}

.sharei {
	float: left;
	display: block;
	margin-right: 14px;
}

.sharei.twitter {
	width: 80px;
}

/* mosaic gallery */

.article .gallery {
	width: 640px;
}

.article .pic {
	float:left;
	padding: 0px 0px 2px 0px;
}

.article .p1 {
	padding-right: 0px;
	padding-bottom: 2px;
}

.article .p2 {
	padding-bottom: 5px;
}

.article .gallery a {
	font: 0px/0px Arial;
}

.article .blogmosaic .p1 {
	padding-right: 4px;
}
.article .blogmosaic .p4 {
	padding-top: 2px;
}

.article .gallery .more {
	display: block;
	position: absolute;
	width: 183px;
	height: 71px;
	padding: 55px 0px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	margin: 369px 0px 0px 225px;
	*margin: -100px 0px 0px -410px;
}

.article .gallery .more span {
	display: block;
	margin: 0px 20px;
}

.article .gallery .more span span {
	padding: 5px 0px;
	margin: 1px 0px;	
}

/* single pic */

.blogpost-info {
	*overflow:auto;
	padding: 17px;
	position: absolute;
	width: 601px;
}

.blogpost-info .title {
	margin-bottom: 5px;
}

.blogpost-info p {
	margin-bottom: 0px;
}

.pichidden {
	overflow: hidden;
	width: 635px;
	height: 326px;
	position: relative;
}

.pichidden a {
	line-height: 0px;
}

/* related articles */

.r-title {
	text-align: center;
	padding: 20px 0px 17px;	
}

.r-title span {
	padding: 0px 20px;
}

.r-article {
	float: left;
	margin-left: 23px;
	width: 196px;
	text-align: center;
}

.r-thumb {
	display: block;
	width: 196px;
	height: 207px;	
}

.r-article img {
	width: 196px;
	height: 207px;
}

.r-thumb:hover {
	width: 188px;
	height: 199px;
	overflow: hidden;
	border: 4px solid;
}

.r-thumb:hover img {
	margin-top: -4px;
	margin-left: -4px;
}

.related div:first-child {
	margin-left: 0px;
}

.related a {
	text-decoration: none;
}

.related a:hover {
	text-decoration: none;
}

/* pagination */

#pagination {
	margin: 23px 0px;
}

/* carousel */

.carousel {
	padding: 17px;
}

.carousel-item {
	border: 1px solid;
	width: 286px;
	padding: 9px;
	float: left;
	margin-left: 17px;
}

.carousel li div:first-child {
	margin-left: 0px;
}

.carousel-item h3 a {
	display: block;
	padding: 5px 0px;
	text-decoration: none;
}

.carousel-thumb {
	display: block;
	width: 285px;
	height: 173px;
}

.carousel-thumb:hover {
	width: 277px;
	height: 165px;	
	display: block;
	border: 4px solid;
	overflow: hidden;
}

.carousel-thumb:hover img {
	margin-left: -4px;
	margin-top: -4px;
}

.carousel .anythingBase .panel {
	width: 952px;
}

.carousel div.anythingSlider .forward a {
	width: 44px;
	height: 69px;
}

.carousel div.anythingSlider .forward {
	margin: -50px -59px 0px 0px;
}

.carousel div.anythingSlider .back a {
	width: 44px;
	height: 69px;	
}

.carousel div.anythingSlider .back {
	margin: -50px 0px 0px -59px;
}

/* content banner */

.welove {
	width: 602px;
	height: 253px;
	padding: 17px;
	margin-bottom: 20px;
}

.welove h1 {
	text-align: center;
	margin-top: 80px;
}

.welove h2 {
	text-align: center;
}

/* article gallery */

.article-gallery { 
	*width: 670px;
}

.article-gallery .main-pic{
	border: 4px solid;
	padding: 1px;
	margin: 0px 0px 10px 0px;
	height: 348px;
	width: 625px;
}

.article-gallery .main-pic img {
	display: none;
	position: absolute;
	width: 625px;
	height: 348px;
}

.article-gallery .main-pic img.active {
	display: block;
}

.article-gallery .thumb {
	padding: 4px;
	display: inline-block;
	margin: 0px 3px;
	font: 0px/0px Arial;
	*zoom: 1;
	*display: inline;
}

.article-gallery .thumb a {
	border: 1px solid;
	display: inline-block;
	width: 73px;
	height: 73px;	
}

.article-gallery .thumbs {
	text-align: center;
}

.thumbs .anythingBase .panel {
	width: 470px;
}

/* comments */

.article .comments_title {
	padding: 10px 0px;
	margin: 4px 0px;
}

.comment-info { 
	float: left;
	width: 100px;
	text-align: center;
	line-height: 20px;
}

.comment-info .author { 
	display: block;
}

.comment-info .date { 
	display: block;
}

.button.reply {
	line-height: 12px;
	*margin-bottom: 4px;
	background-image: none;
	padding: 4px 3px;
}

.button.reply span{
	padding: 0px 4px;
	background-image: none;
}

.comment .date {
	display: inline-block;
	padding: 6px 10px 6px 10px;
	*zoom: 1;
	*display: inline;
}

.author_thumbnail {
	width: 73px;
	height: 73px;
	padding: 5px 15px 5px 5px;
	float: left;
	margin-top: 5px;
}

.comment {
	margin: 5px 0px;
}

.comment.depth2 {
	margin-left: 105px;
}

.comment p {
	margin-left: 105px;
}

/* ======  Blog widgets  ====== */

#right-column .widget {
	border: 1px solid;
	padding: 9px;
	margin-bottom: 20px;
}

#right-column .widget.noborder {
	border: 0px;
	padding: 0px;
}

#right-column .widgetblock {
	padding: 8px 6px;
}

#right-column .widgetborder {
	border: 1px dashed;
	padding: 9px;	
}

#right-column .widget.widget_search {
	padding: 25px;
}

.widget-title {
	text-align: left;
}

.vendors .widget-title {
	line-height: 14px;
	*padding-top: 5px;
}

#right-column .widget ul {
	margin: 0px 0px 0px 0px;
}

#right-column .panel {
	width: 240px;
}

#right-column .widget ul li, #right-column .widget .blogroll li{
	padding: 0px 0px 0px 0px;
}

#right-column .widget ul.menu li ul li, #right-column .widget .blogroll li ul li {
	padding: 0px 0px 0px 18px;
}

#right-column .widget ul li a, #right-column .widget .blogroll li a {
	text-decoration: none;
	padding: 3px 5px;
	display: block;
}

.banner-125 {
	border: 6px solid;
	float:left;
	display: block;
	margin: 5px;
}
.banner-125 span {
	width: 125px;
	height: 125px;
	display: block;
	border: 1px solid;
}

.banner-300 {
	width: 300px;
	height: 250px;
	display: block;
	border: 1px solid;
}

.banner-120 {
	border: 6px solid;
	float:left;
	display: block;
	margin: 6px;
}
.banner-120 span {
	width: 120px;
	height: 600px;
	display: block;
	border: 1px solid;
}

.sidebar_tabs {
	padding-bottom: 10px;
	float: left;
}

.sidebar_tabs a:first-child {
	margin-left: 0px;
}

.tab_button {
	border: 1px solid;
	text-decoration: none;
	padding: 12px 0px;
	width: 91px;
	margin-left: 10px;
	text-align: center;
	float: left;
}

li.panel {
	background: none;
	padding: 0px;
}

.sidebar_item {
	float: left;
	clear: left;
	padding: 10px 0px 0px;
	width: 240px;
}

#right-column .sidebar_item .thumbnail {
	width: 73px;
	height: 73px;
	border: 1px solid;
	float: left;
	margin: 0px 10px 0px 0px;
	line-height: 0px;
	padding: 0px;
}

#right-column .sidebar_item .thumbnail:hover {
	width: 65px;
	height: 65px;	
	border: 5px solid;
	overflow: hidden;
}

#right-column .sidebar_item .thumbnail:hover img {
	margin-left: -4px;
	margin-top: -4px;
}

.sidebar_item .listing_link {
	text-decoration: none;
	display: block;
	margin: 5px 0px;
}
.sidebar_item .listing_link:hover {
}

.sidebar_item .date {
	display: block;
}


#search {
	padding: 5px 0px;	
}

#search input[type="text"], #nwl input[type="text"] {
	width: 240px;
	margin-right: 4px;
	border: 0px;
	padding: 5px;
}

#search .search-button {
	float: left;
	margin: -26px 0px 0px 226px;
	position: relative;
}

.nwl-button {
	float: left;
	position: absolute;	
	margin: -26px 0px 0px 216px;
	margin: -24px 0px 0px 216px \0/;
	margin: 1px 0px 0px -38px \9;
	z-index: 2;
	padding: 4px 10px 5px 15px;
	height: 15px;
	width: 9px;
}

.twtr-hd,
.twtr-ft {
	display: none;
}

#twtr-widget-1 .twtr-doc,
#twtr-widget-1 .twtr-new-results, 
#twtr-widget-1 .twtr-results-inner, 
#twtr-widget-1 .twtr-timeline {
	background-color: transparent !important;
}

.twtr-widget p {
	line-height: 1.6em !important;
}

.twtr-widget .twtr-tweet {
	border-bottom: none !important;
}

.twtr-doc a {
	text-decoration: underline !important;
}

.twtr-tweet {
	padding: 0px 0px 5px 30px;
}

.widget div.anythingSlider .forward a {
	width: 20px;
	height: 20px;
}

.widget div.anythingSlider .forward {
	margin: 0px;
	top: 100%;
	margin-top: 75px;
	margin-right: 5px;
}

.widget div.anythingSlider .back a {
	width: 20px;
	height: 20px;	
}

.widget div.anythingSlider .back {
	margin: 0px;
	top: 100%;
	margin-top: 75px;
	margin-left: 195px;
}

.widget.sliding div.anythingSlider {
	margin-bottom: 32px;
}


/* ============================ */
/*         5. Vendors           */
/* ============================ */

/* ====  Login / Register  ==== */

.LoginBox {
	width: 50%;
	float: left;
}

.LoginBox .fields {
	float: left;
	clear: left;
}

.LoginBox .button {
	margin-right: 34px;
	margin-top: 7px;
}

.LoginBox #recover, .LoginBox #login {
	float: left;
	clear: left;
	margin-top: 10px;
}

/* ====  Account sections  ==== */

.admin_message_red, .admin_message_green, .admin_message_normal  {
	display: block;
 	border: 1px solid;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  margin: 10px 0 15px 0;
  padding: 10px 0 10px 0px;	
  text-align: center;
}

p.desc {
	margin-top: 3px;
}

.business_profile label {
	width: 150px;
}

.business_profile p.desc {
	margin-left: 160px;
	margin-bottom: 23px;
}

.business_profile .logo_preview {
	margin-left: 160px;
}

.business_profile input {
	margin: 0px;
}

.business_profile textarea {
	width: 455px;
	height: 200px;
	resize:vertical;
	margin: 0px;
}

.business_profile .button {
	float: left;
	margin-left: 160px;
	margin-top: 0px !important;
	margin-bottom: 20px;
}

.business_profile #photos-table {
	margin-left: 160px;
	width: 476px;
}

#files_list {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 160px;
}

#files_list div {
	padding: 10px;
	width: 430px;
	border-bottom: 1px solid;
}

#files_list div:first-child {
	border-top: 1px solid;
}

#files_list input {
	width: auto;
	padding: 3px;
	float: right;
	margin-top: -3px;
}

#form_profile input.order {
	width: 50px;
	text-align: center;
}

#form_profile input.del {
	width: 20px;
}

#photos-table {
	width: 430px;
}

#photos-table td {
	vertical-align: middle;
	padding: 10px;
	border-bottom: 1px solid;
}

.accountContent .payment {
	width: 45%;
	margin-left: 19px;
	float: left;
  border: 1px solid;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;	
  margin-bottom: 30px;
}

.accountContent .payment.first {
	margin-left: 0px;
}

.accountContent .payment h3 {
	margin: 0px;
	padding: 10px 0px 15px 0px;
	font-weight: normal;
}

.accountContent .payment h2 {
	padding: 7px 0px 20px;
}

.accountContent .payment .button {
	margin-left: 0px;
	float: left;
}

.accountContent .curr {
	float:left;
	padding: 8px 3px 5px 0px;
}

.accountContent .dt {
	float:left;
	font-weight: bold;
	padding: 7px 5px 5px 0px;
}

.accountContent .amount {
	width: 118px;
	margin-bottom: 10px;
}

.accountContent table {
	width: 100%;
	border-spacing: 0;
	line-height: 20px;
}

.accountContent th {
	padding: 8px 5px;
	font-weight: normal;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.accountContent th.first {
	-moz-border-radius: 3px 0px 0px 0px;
	border-radius: 3px 0px 0px 0px;
	-webkit-border-left-top-radius: 3px;
	border-left: 1px solid;
}

.accountContent th.last {
	-moz-border-radius: 0px 3px 0px 0px;
	border-radius: 0px 3px 0px 0px;
	-webkit-border-right-top-radius: 3px;
	border-right: 1px solid;
}

.accountContent td {
	padding: 5px;
	border-bottom: 1px solid;
}

/* ===  Vendors categories  === */

.vendors-list .vendor {
	display: inline-block;
	float: left;
	text-align: center;
	margin: 0px 0px 23px 18px;
}

.vendors-list .vendor.first {
	margin-left: 0px;
}

.vendors-list .vendor a {
	display: block;
	text-decoration: none;
}

/* =====  Vendors profile  ==== */

.vendor-info {
	float: left;
	width: 280px;
	margin-right: 5px;
}

.vendor-detail .article-gallery .main-pic{
	border: 0px;	
	padding: 0px;
	width: 530px;
	margin-right: 15px;
	float: left;
}

.vendor-detail .article-gallery {
	float: left;
}

.vendor-detail .article-gallery .main-pic img {
	width: 530px;
	height: 353px;
}

.vendor-detail .article-gallery .thumbs {
	float: left;
}

.vendor-detail .article-gallery #vendorthumbs {
	width: 120px;
	float: left;
}

.vendor-detail .article-gallery .thumb {
	border: 0px;
	padding: 0px;
	background: none;
	margin-bottom: 11px;
}

.vendor-detail .article-gallery .thumb a {
	border: 0px;
	width: 120px;
	height: 80px;
}

.vendor-detail .article-gallery .thumb img {
	width: 120px;
	height: 80px;
}

.vendor-info ul {
	margin-bottom: 15px;
}

.vendor-detail h2 {
	margin-bottom: 20px;
}

.vendor-info ul li a {
	text-decoration: none;
}

.vendor-info ul li a:hover {
	text-decoration: underline;
}

/* =====  Vendors dropdown  ==== */

#vendors-dd {
	padding: 14px;
	display: none;
	position: absolute;
	width: 432px;
	z-index: 4;
	margin-top: 42px;
}

#vendors-dd .vendors-dd-container {
	padding: 14px;
}

/* ============================ */
/*         6. Gallery           */
/* ============================ */




/* ============================ */
/*     7.  Other elements       */
/* ============================ */



.share-bar {
	border-bottom: 1px solid;
	margin-left: 1px;
	padding: 16px 23px 15px;
}

a.share {
	padding: 5px 5px 5px 20px;
	margin: 10px 10px 10px 0px;
	display: inline-block;
}

.article .inside_title {
	text-align: center;
	padding: 20px 0px 17px;	
}

.article .inside_title.comments_title {
	padding: 7px 0px;	
}

.divider {
	height: 31px;
	margin: 10px 0px;
}

.divider.small {
	height: 12px;
}

.divider.vsmall {
	height: 7px;
}

.divider.top {
	margin: 10px 0px 0px 0px;
}

.divider.bottom {
	margin: 0px 0px 10px 0px;
}

.date a {
	text-decoration: none;
}

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

.align-left, .alignleft, .left {
	float: left;
	margin-right: 10px;
}

.align-right, .alignright, .right {
	float: right;
	margin-left: 10px;
}

.share-bar .button {
	margin: 8px 2px;
}

.fields {
	margin-bottom: 10px;
}

.error_message {
	padding: 10px;
	display: block;
	margin-right: 23px;
}

.ev_message {
	padding: 10px;
	display: block;
	margin-right: 23px;
}

.vendor-city {
	float: left;
	padding: 7px;
	text-align: center;
	width: 78px;
	margin: 0px 0px 12px 12px;
	text-decoration: none;
	height: 94px;
}

.vendor-city.first {
	margin-left: 0px;
}

.full-list {
	text-align: center;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	width: 90px;
	margin: 0 auto;
	margin-top: 8px;
}

.full-list span {
	display: inline-block;
	padding-right: 15px;
}

.blogos {
	text-align: center;
	width: 952px;
	margin-top: 20px;
	margin-left: 17px;
	margin-right: 17px;
}

.vthumb {
	line-height: 0px;
	padding: 9px;
	border: 1px solid;
	width: 286px;
	height: 176px;
	overflow: hidden;
}

.shadow {
	padding-bottom: 12px;
}

.inlinepic img {
	border: 4px solid;
}

.inlinepic.align-right {
	margin-left: 20px;
}

.dotted {
	float: left;
	width: 100%;
}

.line {
	clear: both;
	height: 1px;
	margin: 0px 17px 17px 17px;
}

.divider2 {
	height: 8px;
	margin: 10px 0px;
}

.half {
	width: 45%;
}

.linebg {
	height: 26px;
}

.linebg span, .linebg a  {
	display: block;
	padding: 0px 20px 0px 0px;
	float: left;
}

.linebg a {
	padding: 10px;
} 

.gallery .linebg  {
	height: 54px;
}

.linebg .al {
	float: left;
	width: 28px;
	height: 34px;
	display: block;
}

.linebg .ar {
	float: right;
	width: 28px;
	height: 34px;
	display: block;
}

a.toplink {
	display: block;
	float: right;
	width: 30px;
	height: 36px;
	margin-right: -47px;
	margin-top: -9px;
}

.newsletter_message {
	display: block;
	padding: 0px 7px 8px 7px;
}

.nwlhomeerror {
	float: left;
	margin-left: 669px;
	margin-top: 12px;	
}

.cleaner {
	clear: both;
	display: block;
}