/* X3

html { background: fixed url('/media/images/site-bg-bg.png') repeat-x bottom center; }
body { background: fixed url('/media/images/site-bg.png') no-repeat bottom center; }
 */

/* HEADERS */
#content h1 { color: #7106ae; }
#content h2 { color: #66099F; }
#content h3 { color: #666666; }
#content h4 { color: #7F26C0; }

/* LINKS */
#content a:hover, #container ol.process li a:hover, #container ol.process li a:hover 
{ border-bottom: 2px solid #7106ae; color: #222; }

/* SIDEBAR */
#sidebar h4, #sidebar h4 a {
	color: #7106ae !important;
}

#subpages ul li.current_page_item a {
	background-color: #7106ae;
	color: #ffffff !important;
}

#subpages ul li.current_page_item ul li a {
	background-color: #f9f9f9;
	color: #a0a0a0 !important;
}

#subpages ul li a:hover, #subpages ul li ul li a:hover {
	background-color: #66099F;
	color: #ffffff !important;
}


/* TABLES */
.packages td.highlight { color: #7F26C0; }
.packages td.highlight, .packages th.highlight {
font-size: 14px;
padding:3px 7px 2px 7px;
}
.packages th.highlight {
background: #5E1785;
background: -webkit-gradient(linear, left top, left bottom, from(#5E1785), to(#7106AE));
background: -moz-linear-gradient(top, #5E1785, #7106AE);
color:#ffffff;
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E1785', endColorstr='#7106AE');
font-size: 35px;
padding-top:5px;
padding-bottom:8px;
text-align: center;
text-transform: uppercase;
width: 40%;
}

.packages th.highlight small { font-size: 15px; }

.packages td.arrow.highlight { background: url('/media/images/package-arrow-ebay.png') no-repeat top center; }

.packages tr.cost td.highlight {
color:#7106AE;
font-size: 55px;
font-weight: bold;
letter-spacing: -5px;
text-align: center;
padding-right:35px;
text-shadow: 1px 1px 2px #888888;
}

.packages tr.alt td.highlight { background-color:#F0E8F0 !important; }

.packages tr.buy td.highlight {
font-weight: bold;
text-align: center;
}



/* CONTACT */

input.textsubmit, input.textsubmit:link, input.textsubmit:active {
background-color:#A612CB;
border: none;
color: #FFFFFF !important;
display: block !important;
float: right;
font-family: arial;
font-size: 30px;
font-weight: bold !important;
height: 50px;
margin: 15px 0;
outline: none none !important;
padding: 8px;
text-align: center;
text-transform: uppercase;
}

input.textsubmit:hover {
background-color:#5D077F;
color:#FFFFFF !important;
cursor: pointer;
}

textarea:focus, input:focus {
      background-color: #F8EFFF;
}


option {
background-color:#A612CB;
border:1px solid #A612CB;
color:#FFFFFF;
padding: 0 10px 3px;
}


.contact-left input, .contact-right input {
border: 1px solid #7F26C0 !important;
border-left: 4px;
}

.contact-right select, .contact-left select {
border: 1px solid #7F26C0 !important;
}
.contact-right textarea, .contact-left textarea {
border: 1px solid #7F26C0 !important;
}

/* PROCESS */

#container ol.process li {
background: url('/media/images/process-bullet-ebay.png') no-repeat 5px 5px;
}

/* SLIDER */

#slider li {
	height: 350px;
	overflow: hidden;
	width: 450px;
}

ol#controls li.current a{
	background: #E9D1EF;
	border: 1px solid #D099DF;
	color: #660099;
}


/* GALLERY start */

div#gallery a img { background-color: #ffffff; }
div#gallery a:hover img { background-color: #8D0EB3; }

div#gallery h4, div#gallery h4 a { color: #8D0EB3; }
div#gallery h4 a:hover { color: #54076F; }

#lbOverlay { background-color: #3D005F !important; }
#lbCaption { color: #54076F; padding:7px 5px 7px 15px; }

/* GALLERY end */


/* BUTTON start */

.button, .button:visited {
	border: solid 1px #4C007F;
	background: #7106AE;
	background: -webkit-gradient(linear, left top, left bottom, from(#7106AE), to(#66099F));
	background: -moz-linear-gradient(top, #7106AE, #66099F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7106AE', endColorstr='#66099F');
}
.button:hover {
	background: #66099F;
	background: -webkit-gradient(linear, left top, left bottom, from(#66099F), to(#4C007F));
	background: -moz-linear-gradient(top,  #66099F,  #4C007F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#66099F', endColorstr='#4C007F');
}
.button:active {
        background: -webkit-gradient(linear, left top, left bottom, from(#4C007F), to(#4C007F));
	background: -moz-linear-gradient(top,  #4C007F,  #4C007F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C007F', endColorstr='#4C007F');
}


/*BUTTON end */


/* END X3 END */
