/* Transmissions Master
----------------------------------------------------------------------------- */


	@import url("../clique.css");
	@import url("layout.css");
	@import url("checkout.css");
	

/* STYLE PRECEDENTS
----------------------------------------------------------------------------- */


	body {
	
	background: #000 url(../../images/transmission/layout/bg-body.jpg) no-repeat;
	color: #959595;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	
	}
	
	body.mac * {
	
	font-family: Helvetica !important;
	
	}

	* {
	
	margin: 0;
	padding: 0;
	
	}

	h3 {

	font: normal 16px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
	padding: 0;
	
	}

	h4 {

	font: normal 12px/12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	
	}
	
	a {

	color: #8bd300;
	outline: none;
	text-decoration: none;

	}

	a:hover {

	color: #b3ea47;

	}
	
	ul, ol, p {
	
	text-decoration: none;
	list-style-type: none;
	
	}
	
	p {
	
	margin: 0 0 10px 0;
	
	}
	

/* UI PATTERNS
----------------------------------------------------------------------------- */


	ul.actions {
	
	clear: left;
	float: left;
	
	}
	
	ul.actions li {
	
	float: left;
	margin-right: 5px;
	
	}

	ul.actions li a,
	td a.action {
	
	display: block;
	padding: 5px 7px;
	background-color: #464646;
	color: #fff;
	font: bold 10px/10px Arial, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	}
	
	ul.actions li a:hover,
	td a.action:hover {
	
	background-color: #5e5e5e;
	
	}
	
	ul.actions li.emphasis a {
	
	font: bold 14px/26px Arial, sans-serif;
	color: #000;
	background: #8bd300 !important;
	padding: 0 15px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
	}
	
	ul.actions li.emphasis a:hover {
	
	background-color: #b3ea47 !important;
	
	}
	
	body#page-cart ul.actions li.emphasis + li a {

	font: bold 14px/26px Arial, sans-serif;
	padding: 0 15px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
	}

	ul.actions li.submit input {
	
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0;
	left: -5000px;

	}
