/* --- Use all the basic fonts and positioning of the default theme. --- */
@import "../../default/css/all.css";

/*
@import "../../default/css/default.css";
@import "../../default/css/layout.css";
@import "../../default/css/ddmx.css";
@import "../../default/css/search.css";

@import "../../default/css/results.css";
@import "../../default/css/tabs.css";

@import "../../default/css/jqi.css";

@import "default.details.css";
*/

a:link, 
a:visited {
	color: #000000;
}
a:hover, 
a:active,
#middle-outer a:hover, 
#middle-outer a:active {
	color: #ff0703;
}

#logo {
	/*width: 306px;
	height: 94px;
	background-image: url(../images/globetech-logo-306x94.png);*/
	top: 15px;
}

#searchbar input.button, 
#ds-searchbar input.button {
	background-color: #ff0703;
}
input[type="button"], 
input.button {
	background-color: #ff0703;
}
input.bgblue {
	background-color: #000000;
}

#logo-small {
	background-image: url(../images/globetech-logo-153x47.png);
}

.title {
	color: #000000;
	/*border-bottom-color: #000000;*/
}
.subtitle {
	color: #000000;
	/*border-bottom: 1px solid #000000;*/
}

#top-inner-small, 
#top-inner { 
	border-top-color: #000000; 
}
#top-inner-small, 
#middle-inner-small, 
#bottom-inner-small, 
#top-inner, 
#checkoutbar-inner, 
#middle-inner, 
#bottom-inner { 
	border-left-color: #000000;
}

#bottom-inner-small, 
#bottom-inner { 
	border-bottom-color: #000000; 
}

#buttonbar-inner, 
#vininfo {
	border-color: #000000;
}

/******************************
	Override menu styles
******************************/
.ddmx .item1:hover, 
.ddmx .item1-active, 
.ddmx .item1-active:hover { 
	color: #000000; 
	text-decoration: underline; 
}
.ddmx .item2, 
.ddmx .item2:hover, 
.ddmx .item2-active, 
.ddmx .item2-active:hover {
	color: #000000;
	text-decoration: none;
}
.ddmx .item2 {
	background-color: #f0f0f0;
	color: #000000;
}
.ddmx .item2-active, 
.ddmx .item2-active:hover {
	background-color: #191970;
	color: #ffffff;
}
.ddmx .item2:hover {
	background-color: #000000;
	color: #ffffff;
}
.ddmx .section {
	background-color: #f5f5f5;
	border-color: #000000;
}
.ddmx .item1 {
	color: #000000;
	text-decoration: none;
}

/******************************
	Override cartbar styles
******************************/
#carticon {
	background-image: url(../images/cart-icon-black.gif);
}
#cartbar a:link, 
#cartbar a:visited {
	color: #000000;
	text-decoration: underline;
}
#cartbar a:hover, 
#cartbar a:active {
	color: #ff0703;
	text-decoration: underline;
}


#texttime1,  
#texttime2 {
	padding-left: 328px;
}
#layout-menu {
	padding-left: 275px;
}
#layout-cartbar {
	padding-left: 280px;
}

#layout-inner {
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
	border-left: 10px solid #000000;
}
#layout-middle {
	padding-top: 40px;
}
#layout-searchbar {
	background-color: #000000;
}
* img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}